Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7bf;
}
.frangipane {
color: #f5d4b2;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.apple-bob {
color: #d4e2a2;
}
.spotted-snake-eel {
color: #b1d5e2;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7bf;
--frangipane:#f5d4b2;
--lemon-ice-yellow:#f7e2a6;
--apple-bob:#d4e2a2;
--spotted-snake-eel:#b1d5e2;
}