Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f5b2d0;
}
.light-orchid {
color: #eba8d4;
}
.bright-ube {
color: #d79cec;
}
.blair {
color: #9fbfdf;
}
.pure-turquoise {
color: #7ac2c2;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f5b2d0;
--light-orchid:#eba8d4;
--bright-ube:#d79cec;
--blair:#9fbfdf;
--pure-turquoise:#7ac2c2;
}