Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.flower-blossom-pink {
color: #f67988;
}
.rozowy-pink {
color: #f5a8b8;
}
.smidgen-of-love {
color: #f1cbd9;
}
.athena-pink {
color: #e7b1c5;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--flower-blossom-pink:#f67988;
--rozowy-pink:#f5a8b8;
--smidgen-of-love:#f1cbd9;
--athena-pink:#e7b1c5;
}