Color names in this palette
CSS code for this palette
/* CSS */
.aqua-spray {
color: #a4d9da;
}
.peach-damask {
color: #f7c5a6;
}
.sun-dust {
color: #f6e1a2;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.cherry-pink {
color: #c95e7e;
}
/* CSS Variables */
:root {
--aqua-spray:#a4d9da;
--peach-damask:#f7c5a6;
--sun-dust:#f6e1a2;
--apricot-glazed-chicken:#f5a524;
--cherry-pink:#c95e7e;
}