Color names in this palette
CSS code for this palette
/* CSS */
.bussell-lace {
color: #e6a2a2;
}
.my-fair-lady {
color: #f3c4c4;
}
.icy-lemonade {
color: #f5e7b2;
}
.bay {
color: #b3e0d4;
}
.cerulean-frost {
color: #6d9ac5;
}
/* CSS Variables */
:root {
--bussell-lace:#e6a2a2;
--my-fair-lady:#f3c4c4;
--icy-lemonade:#f5e7b2;
--bay:#b3e0d4;
--cerulean-frost:#6d9ac5;
}