Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.bloom {
color: #ffb175;
}
.common-dandelion {
color: #ffd65c;
}
.botanical-tint {
color: #a6e3d2;
}
.costa-rica-blue {
color: #7bb9e0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--bloom:#ffb175;
--common-dandelion:#ffd65c;
--botanical-tint:#a6e3d2;
--costa-rica-blue:#7bb9e0;
}