Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1e5b8a;
}
.winter-time {
color: #3d8c9e;
}
.soviet-gold {
color: #ffd900;
}
.bruschetta-tomato {
color: #ff5d47;
}
.cadmium-violet {
color: #813d99;
}
/* CSS Variables */
:root {
--sapphire-lace:#1e5b8a;
--winter-time:#3d8c9e;
--soviet-gold:#ffd900;
--bruschetta-tomato:#ff5d47;
--cadmium-violet:#813d99;
}