Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.emerald-wave {
color: #51b3a3;
}
.be-spontaneous {
color: #a0d468;
}
.buttery-croissant {
color: #f6e19d;
}
.gusto-gold {
color: #f6a523;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--emerald-wave:#51b3a3;
--be-spontaneous:#a0d468;
--buttery-croissant:#f6e19d;
--gusto-gold:#f6a523;
}