Color names in this palette
CSS code for this palette
/* CSS */
.lucent-yellow {
color: #e5d0a4;
}
.vanilla-paste {
color: #f3e7d3;
}
.desert-star {
color: #f9f0e1;
}
.velvet-beige {
color: #d0c5b3;
}
.crewel-tan {
color: #c9b99c;
}
/* CSS Variables */
:root {
--lucent-yellow:#e5d0a4;
--vanilla-paste:#f3e7d3;
--desert-star:#f9f0e1;
--velvet-beige:#d0c5b3;
--crewel-tan:#c9b99c;
}