Color names in this palette
CSS code for this palette
/* CSS */
.bright-yarrow {
color: #f7cf69;
}
.snow-white-blush {
color: #f9b2a9;
}
.pretty-pink-piggy {
color: #f3aad7;
}
.sea-cliff {
color: #a3c7e0;
}
.shimmering-brook {
color: #67b2d5;
}
/* CSS Variables */
:root {
--bright-yarrow:#f7cf69;
--snow-white-blush:#f9b2a9;
--pretty-pink-piggy:#f3aad7;
--sea-cliff:#a3c7e0;
--shimmering-brook:#67b2d5;
}