Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f7a6c6;
}
.first-date {
color: #f4afa4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.garlic-butter {
color: #f1e05f;
}
.bravo-blue {
color: #d3e8e9;
}
/* CSS Variables */
:root {
--rose-mallow:#f7a6c6;
--first-date:#f4afa4;
--solar-plexus-chakra:#f1c84b;
--garlic-butter:#f1e05f;
--bravo-blue:#d3e8e9;
}