Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb8c1;
}
.soviet-gold {
color: #ffd900;
}
.sun-crete {
color: #ff8c00;
}
.glass-jar-blue {
color: #1fb2aa;
}
.steel-blue {
color: #4682b4;
}
/* CSS Variables */
:root {
--matt-pink:#ffb8c1;
--soviet-gold:#ffd900;
--sun-crete:#ff8c00;
--glass-jar-blue:#1fb2aa;
--steel-blue:#4682b4;
}