Color names in this palette
CSS code for this palette
/* CSS */
.nuthatch-back {
color: #48559d;
}
.blue-rose {
color: #2c2d6d;
}
.salmon-beauty {
color: #f9c6b8;
}
.dream-of-spring {
color: #f8cf2a;
}
.caroling-candlelight {
color: #fbb750;
}
/* CSS Variables */
:root {
--nuthatch-back:#48559d;
--blue-rose:#2c2d6d;
--salmon-beauty:#f9c6b8;
--dream-of-spring:#f8cf2a;
--caroling-candlelight:#fbb750;
}