Color names in this palette
CSS code for this palette
/* CSS */
.persimmon-orange {
color: #f86c25;
}
.mystic-tulip {
color: #f9b2a4;
}
.demure-pink {
color: #f6d2c6;
}
.moody-mist {
color: #c9e3d6;
}
.snow-pea {
color: #6ccb79;
}
/* CSS Variables */
:root {
--persimmon-orange:#f86c25;
--mystic-tulip:#f9b2a4;
--demure-pink:#f6d2c6;
--moody-mist:#c9e3d6;
--snow-pea:#6ccb79;
}