Color names in this palette
CSS code for this palette
/* CSS */
.coral-pink {
color: #f57c7a;
}
.mystic-tulip {
color: #f8b2a0;
}
.prairie-dune {
color: #fdd5bf;
}
.alesan {
color: #f1c1a7;
}
.tropical-blooms {
color: #d8917d;
}
/* CSS Variables */
:root {
--coral-pink:#f57c7a;
--mystic-tulip:#f8b2a0;
--prairie-dune:#fdd5bf;
--alesan:#f1c1a7;
--tropical-blooms:#d8917d;
}