Color names in this palette
CSS code for this palette
/* CSS */
.night-owl {
color: #607c8a;
}
.silver-leaf {
color: #9db9a3;
}
.clean-air {
color: #d8e0b8;
}
.mellow-sun {
color: #f7d39c;
}
.river-of-gold {
color: #e5b55d;
}
/* CSS Variables */
:root {
--night-owl:#607c8a;
--silver-leaf:#9db9a3;
--clean-air:#d8e0b8;
--mellow-sun:#f7d39c;
--river-of-gold:#e5b55d;
}