Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.just-peachy {
color: #f8c572;
}
.lazy-daisy {
color: #f7e9a1;
}
.silent-ripple {
color: #a9e5e0;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--just-peachy:#f8c572;
--lazy-daisy:#f7e9a1;
--silent-ripple:#a9e5e0;
--olympic-blue:#4b91e2;
}