Color names in this palette
CSS code for this palette
/* CSS */
.yellow-diamond {
color: #f6f1d5;
}
.creamy-mushroom {
color: #c9bcb0;
}
.brick-dust {
color: #a8695d;
}
.seasonal-beige {
color: #e9b79f;
}
.castellina {
color: #a36b3e;
}
/* CSS Variables */
:root {
--yellow-diamond:#f6f1d5;
--creamy-mushroom:#c9bcb0;
--brick-dust:#a8695d;
--seasonal-beige:#e9b79f;
--castellina:#a36b3e;
}