Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.coral-bisque {
color: #f9c3ae;
}
.yeast {
color: #f9e1ae;
}
.candlelight-yellow {
color: #f5f1c7;
}
.iced-avocado {
color: #c7e5b3;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--coral-bisque:#f9c3ae;
--yeast:#f9e1ae;
--candlelight-yellow:#f5f1c7;
--iced-avocado:#c7e5b3;
}