Color names in this palette
CSS code for this palette
/* CSS */
.national-anthem {
color: #3e6e98;
}
.surgical {
color: #5da3c6;
}
.mr-frosty {
color: #a1c5d9;
}
.naturale {
color: #f1dfd0;
}
.candlelight-peach {
color: #f8a2a0;
}
/* CSS Variables */
:root {
--national-anthem:#3e6e98;
--surgical:#5da3c6;
--mr-frosty:#a1c5d9;
--naturale:#f1dfd0;
--candlelight-peach:#f8a2a0;
}