Color names in this palette
CSS code for this palette
/* CSS */
.red-panda {
color: #c94b1d;
}
.apricot-glazed-chicken {
color: #efad2a;
}
.salmon-eggs {
color: #f4d35d;
}
.fishy-house {
color: #1f9e8b;
}
.winter-shadow {
color: #4f6c78;
}
/* CSS Variables */
:root {
--red-panda:#c94b1d;
--apricot-glazed-chicken:#efad2a;
--salmon-eggs:#f4d35d;
--fishy-house:#1f9e8b;
--winter-shadow:#4f6c78;
}