Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a5a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.may-day {
color: #4ccdc4;
}
.ocean-liner {
color: #1a8e8c;
}
.forest-blues {
color: #0a3d61;
}
/* CSS Variables */
:root {
--calabrese:#f6a5a2;
--solar-plexus-chakra:#f1c84b;
--may-day:#4ccdc4;
--ocean-liner:#1a8e8c;
--forest-blues:#0a3d61;
}