Color names in this palette
CSS code for this palette
/* CSS */
.finnish-fiord {
color: #5fb1bf;
}
.mystic-tulip {
color: #f6b7a2;
}
.classical-yellow {
color: #f8d291;
}
.zing {
color: #f9c57b;
}
.smooch-rouge {
color: #d8414b;
}
/* CSS Variables */
:root {
--finnish-fiord:#5fb1bf;
--mystic-tulip:#f6b7a2;
--classical-yellow:#f8d291;
--zing:#f9c57b;
--smooch-rouge:#d8414b;
}