Color names in this palette
CSS code for this palette
/* CSS */
.king-crimson {
color: #c84c4c;
}
.saffron-robe {
color: #d59f4d;
}
.freesia {
color: #f4c52a;
}
.nickel-ore-green {
color: #4f7d7d;
}
.celestial-blue {
color: #2e4a6b;
}
/* CSS Variables */
:root {
--king-crimson:#c84c4c;
--saffron-robe:#d59f4d;
--freesia:#f4c52a;
--nickel-ore-green:#4f7d7d;
--celestial-blue:#2e4a6b;
}