Color names in this palette
CSS code for this palette
/* CSS */
.boudoir-blue {
color: #7ca6d0;
}
.cornflower-blue {
color: #708dc7;
}
.bluebonnet-frost {
color: #4c69ae;
}
.greenbrier {
color: #4d9d6d;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--boudoir-blue:#7ca6d0;
--cornflower-blue:#708dc7;
--bluebonnet-frost:#4c69ae;
--greenbrier:#4d9d6d;
--sunshine-mellow:#f1c40e;
}