Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.amaranth-pink {
color: #f29cbb;
}
.wewak {
color: #f18e99;
}
.morning-marmalade {
color: #f28b69;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--amaranth-pink:#f29cbb;
--wewak:#f18e99;
--morning-marmalade:#f28b69;
--solar-plexus-chakra:#f1c84b;
}