shannonkay.com/unicorn/unicorn.css
2025-03-13 10:49:26 -07:00

60 lines
No EOL
2.2 KiB
CSS

/* dark unicorn */
body {
background-color: #514d54;
}
/* p {
font-size: 1.5rem;
background: linear-gradient(90deg, #f9e7e9, #fa9cc0, #f87dac, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9, #8c5ca5, #cd77de 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
} */
/* pastel rainbow text */
p {
font-size: 1.5rem;
background: linear-gradient(90deg, #f9e7e9, #fa9cc0, #f87dac, #f38282, #f7d54d, #bdfcda, #affbff, #d2c8ff, #e3afff, #f4bdff 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
}
/* dark pink background */
/* body {
background-color: #fc7d99;
} */
/* rainbow text on light pink */
/* body {
background-color: #f9e7e9;
}
p {
font-size: 1.5rem;
background: linear-gradient(90deg, #fb659e, #f74a8c, #ef3939, #ffbf00, #279927, #104f86, #765b9c, #8c5ca5, #e45bff 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
} */
/* light rainbow background */
/* body {
background: linear-gradient(90deg, #f9e7e9, #fdb2ce, #ffa5c7, #feb4b4, #faf1ca, #bdfcda, #affbff, #d2c8ff, #e3afff, #f4bdff 100%);
}
p {
font-size: 1.5rem;
color: #514d54;
} */
.Rectangle_2 {
background-image: -moz-linear-gradient( 180deg, rgb(248,125,172) 0%, rgb(250,156,192) 15%, rgb(228,138,207) 20%, rgb(205,119,222) 24%, rgb(140,92,165) 34%, rgb(139,117,183) 38%, rgb(138,141,201) 42%, rgb(62,211,218) 51%, rgb(110,212,110) 62%, rgb(247,213,77) 74%, rgb(243,130,130) 87%, rgb(240,106,106) 100%);
background-image: -webkit-linear-gradient( 180deg, rgb(248,125,172) 0%, rgb(250,156,192) 15%, rgb(228,138,207) 20%, rgb(205,119,222) 24%, rgb(140,92,165) 34%, rgb(139,117,183) 38%, rgb(138,141,201) 42%, rgb(62,211,218) 51%, rgb(110,212,110) 62%, rgb(247,213,77) 74%, rgb(243,130,130) 87%, rgb(240,106,106) 100%);
background-image: -ms-linear-gradient( 180deg, rgb(248,125,172) 0%, rgb(250,156,192) 15%, rgb(228,138,207) 20%, rgb(205,119,222) 24%, rgb(140,92,165) 34%, rgb(139,117,183) 38%, rgb(138,141,201) 42%, rgb(62,211,218) 51%, rgb(110,212,110) 62%, rgb(247,213,77) 74%, rgb(243,130,130) 87%, rgb(240,106,106) 100%);
position: absolute;
left: 66px;
top: 330px;
width: 3165px;
height: 2100px;
z-index: 20;
}