Color names in this palette
CSS code for this palette
/* CSS */
.dark-drama {
color: #5b3939;
}
.barn-door {
color: #8b5b5b;
}
.foggy-quartz {
color: #c19f9f;
}
.cranapple-cream {
color: #e4c3c3;
}
.reduced-pink {
color: #f6e4e4;
}
/* CSS Variables */
:root {
--dark-drama:#5b3939;
--barn-door:#8b5b5b;
--foggy-quartz:#c19f9f;
--cranapple-cream:#e4c3c3;
--reduced-pink:#f6e4e4;
}