Color names in this palette
CSS code for this palette
/* CSS */
.desert-shadow {
color: #3f3c3b;
}
.bull-ring {
color: #6a605c;
}
.pavilion-beige {
color: #c7b6a3;
}
.gypsum-rose {
color: #e0c4b2;
}
.posy {
color: #f2e2d4;
}
/* CSS Variables */
:root {
--desert-shadow:#3f3c3b;
--bull-ring:#6a605c;
--pavilion-beige:#c7b6a3;
--gypsum-rose:#e0c4b2;
--posy:#f2e2d4;
}