Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.antique-cameo {
color: #f3b7a0;
}
.noodles {
color: #f9e3b4;
}
.sunday-afternoon {
color: #f9c776;
}
.lively-coral {
color: #e67a80;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--antique-cameo:#f3b7a0;
--noodles:#f9e3b4;
--sunday-afternoon:#f9c776;
--lively-coral:#e67a80;
}