Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.anime-blush {
color: #ff7a81;
}
.pink-dream {
color: #ff9ea0;
}
.melon-water {
color: #ffbeb3;
}
.pink-theory {
color: #ffe5e5;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--anime-blush:#ff7a81;
--pink-dream:#ff9ea0;
--melon-water:#ffbeb3;
--pink-theory:#ffe5e5;
}