Color names in this palette
CSS code for this palette
/* CSS */
.pink-heath {
color: #f3b9e1;
}
.storm-lightning {
color: #f9e59f;
}
.coral-blossom {
color: #f9c09f;
}
.glaucous-green {
color: #b1e7c0;
}
.dreamsicle {
color: #f6d6c1;
}
/* CSS Variables */
:root {
--pink-heath:#f3b9e1;
--storm-lightning:#f9e59f;
--coral-blossom:#f9c09f;
--glaucous-green:#b1e7c0;
--dreamsicle:#f6d6c1;
}