Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f4c8d6;
}
.coral-beach {
color: #ffbaa8;
}
.desert-flower {
color: #ff8e80;
}
.grenadine-pink {
color: #ff5c6c;
}
.reddish-pink {
color: #ff2e51;
}
/* CSS Variables */
:root {
--mountain-laurel:#f4c8d6;
--coral-beach:#ffbaa8;
--desert-flower:#ff8e80;
--grenadine-pink:#ff5c6c;
--reddish-pink:#ff2e51;
}