Color names in this palette
CSS code for this palette
/* CSS */
.citrus-spice {
color: #e2d150;
}
.acid-candy {
color: #a9c34b;
}
.dupain {
color: #5ba3b9;
}
.blue-dart-frog {
color: #3b7b9b;
}
.celestial-blue {
color: #2d4c6c;
}
/* CSS Variables */
:root {
--citrus-spice:#e2d150;
--acid-candy:#a9c34b;
--dupain:#5ba3b9;
--blue-dart-frog:#3b7b9b;
--celestial-blue:#2d4c6c;
}