Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.dainty-debutante {
color: #f3bfb4;
}
.star-studded {
color: #f9ebae;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.hopbush {
color: #d06c92;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--dainty-debutante:#f3bfb4;
--star-studded:#f9ebae;
--apricot-glazed-chicken:#f5a524;
--hopbush:#d06c92;
}