Color names in this palette
CSS code for this palette
/* CSS */
.white-cedar {
color: #f5e0c2;
}
.mystic-tulip {
color: #f7b5a1;
}
.fruit-shake {
color: #f69c8e;
}
.coral-pink {
color: #f77c78;
}
.dusk-orange {
color: #f84a3a;
}
/* CSS Variables */
:root {
--white-cedar:#f5e0c2;
--mystic-tulip:#f7b5a1;
--fruit-shake:#f69c8e;
--coral-pink:#f77c78;
--dusk-orange:#f84a3a;
}