Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.atlantic-ocean {
color: #a4d8e5;
}
.sanctuary-spa {
color: #5faee3;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--atlantic-ocean:#a4d8e5;
--sanctuary-spa:#5faee3;
}