Color names in this palette
CSS code for this palette
/* CSS */
.italian-straw {
color: #e8d1a1;
}
.alesan {
color: #efc2a4;
}
.certain-peach {
color: #f5b9a3;
}
.pink-fit {
color: #f6a2b2;
}
.cumquat-cream {
color: #f39c81;
}
/* CSS Variables */
:root {
--italian-straw:#e8d1a1;
--alesan:#efc2a4;
--certain-peach:#f5b9a3;
--pink-fit:#f6a2b2;
--cumquat-cream:#f39c81;
}