Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.water-park {
color: #51b3a1;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.spirit-warrior {
color: #d9513f;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--water-park:#51b3a1;
--apricot-glazed-chicken:#f5a524;
--spirit-warrior:#d9513f;
--kacey-s-pink:#e94e77;
}