Color names in this palette
CSS code for this palette
/* CSS */
.bussell-lace {
color: #e6a2a2;
}
.peach-patch {
color: #f2d6a1;
}
.buttery-croissant {
color: #f2df9c;
}
.nevada-sky {
color: #a2d6e6;
}
.windsor-way {
color: #a2cae6;
}
/* CSS Variables */
:root {
--bussell-lace:#e6a2a2;
--peach-patch:#f2d6a1;
--buttery-croissant:#f2df9c;
--nevada-sky:#a2d6e6;
--windsor-way:#a2cae6;
}