Color names in this palette
CSS code for this palette
/* CSS */
.you-re-blushing {
color: #e0c8ae;
}
.antique-wicker-basket {
color: #f2d3a1;
}
.rapunzel {
color: #f4d780;
}
.venetian-yellow {
color: #f8e3a0;
}
.english-custard {
color: #e4b66c;
}
/* CSS Variables */
:root {
--you-re-blushing:#e0c8ae;
--antique-wicker-basket:#f2d3a1;
--rapunzel:#f4d780;
--venetian-yellow:#f8e3a0;
--english-custard:#e4b66c;
}