Color names in this palette
CSS code for this palette
/* CSS */
.studio-beige {
color: #c0b2a0;
}
.lavender-illusion {
color: #a99ea5;
}
.casual-khaki {
color: #d4c5af;
}
.healing-aloe {
color: #b6c9b1;
}
.ancient-scroll {
color: #f1e4d0;
}
/* CSS Variables */
:root {
--studio-beige:#c0b2a0;
--lavender-illusion:#a99ea5;
--casual-khaki:#d4c5af;
--healing-aloe:#b6c9b1;
--ancient-scroll:#f1e4d0;
}