Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.anime-blush {
color: #ff7a83;
}
.ladylike {
color: #ffc2c2;
}
.lively-yellow {
color: #ffebb3;
}
.blended-fruit {
color: #f9e4a4;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--anime-blush:#ff7a83;
--ladylike:#ffc2c2;
--lively-yellow:#ffebb3;
--blended-fruit:#f9e4a4;
}