Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.blue-electress {
color: #6d9ed0;
}
.azure-blue {
color: #4b93c3;
}
.celestial-blue {
color: #2a4d6a;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--solar-plexus-chakra:#f1c84b;
--blue-electress:#6d9ed0;
--azure-blue:#4b93c3;
--celestial-blue:#2a4d6a;
}