Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.flirty-rose {
color: #d85f8d;
}
.rozowy-pink {
color: #f1a7b9;
}
.noodles {
color: #f8e1b4;
}
.bongo-drum {
color: #d2c4b2;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--flirty-rose:#d85f8d;
--rozowy-pink:#f1a7b9;
--noodles:#f8e1b4;
--bongo-drum:#d2c4b2;
}