Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.smooth-satin {
color: #a2d7d1;
}
.grant-village {
color: #6a8faf;
}
.blue-oblivion {
color: #293b89;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--solar-plexus-chakra:#f1c84b;
--smooth-satin:#a2d7d1;
--grant-village:#6a8faf;
--blue-oblivion:#293b89;
}