Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sour-candy {
color: #69af4b;
}
.larkspur {
color: #3e7b8e;
}
.night-sky {
color: #292c33;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--solar-plexus-chakra:#f1c84b;
--sour-candy:#69af4b;
--larkspur:#3e7b8e;
--night-sky:#292c33;
}