Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f8e3a0;
}
.sienna-yellow {
color: #f2d28c;
}
.pyramid-gold {
color: #e5b571;
}
.darling-clementine {
color: #d59e7c;
}
.grand-sunset {
color: #c68b8b;
}
/* CSS Variables */
:root {
--venetian-yellow:#f8e3a0;
--sienna-yellow:#f2d28c;
--pyramid-gold:#e5b571;
--darling-clementine:#d59e7c;
--grand-sunset:#c68b8b;
}