shannonkay.com/unicorn/unicorn.css

47 lines
No EOL
1.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;
} */