Color names in this palette
CSS code for this palette
/* CSS */
.cobalt-flame {
color: #4b6f9b;
}
.dyer-s-woad {
color: #7999af;
}
.chapel-blue {
color: #b2d1e6;
}
.inviting-ivory {
color: #f2d4b1;
}
.lolly {
color: #ff9c8f;
}
/* CSS Variables */
:root {
--cobalt-flame:#4b6f9b;
--dyer-s-woad:#7999af;
--chapel-blue:#b2d1e6;
--inviting-ivory:#f2d4b1;
--lolly:#ff9c8f;
}