Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f5bfb2;
}
.vinaceous-cinnamon {
color: #f78d8d;
}
.peach-damask {
color: #f9c6a9;
}
.optimistic-yellow {
color: #f4e1a4;
}
.beige {
color: #e9d8a5;
}
/* CSS Variables */
:root {
--rustique:#f5bfb2;
--vinaceous-cinnamon:#f78d8d;
--peach-damask:#f9c6a9;
--optimistic-yellow:#f4e1a4;
--beige:#e9d8a5;
}