Color names in this palette
CSS code for this palette
/* CSS */
.light-steel-blue {
color: #b0c4de;
}
.steel-blue {
color: #4682b4;
}
.cadet-blue {
color: #609d9f;
}
.matt-pink {
color: #ffb8c1;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--light-steel-blue:#b0c4de;
--steel-blue:#4682b4;
--cadet-blue:#609d9f;
--matt-pink:#ffb8c1;
--soviet-gold:#ffd900;
}