Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.aspen-yellow {
color: #f8e0a0;
}
.dandelion-whisper {
color: #fef3b4;
}
.carnation-bouquet {
color: #f6c1d1;
}
.blush-d-amour {
color: #d75b84;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--aspen-yellow:#f8e0a0;
--dandelion-whisper:#fef3b4;
--carnation-bouquet:#f6c1d1;
--blush-d-amour:#d75b84;
}