Color names in this palette
CSS code for this palette
/* CSS */
.midnight-hour {
color: #39494c;
}
.hot-sun {
color: #f8b72a;
}
.forsythia-blossom {
color: #f8d56d;
}
.friendly-yellow {
color: #f6e0b1;
}
.sea {
color: #3b9b8d;
}
/* CSS Variables */
:root {
--midnight-hour:#39494c;
--hot-sun:#f8b72a;
--forsythia-blossom:#f8d56d;
--friendly-yellow:#f6e0b1;
--sea:#3b9b8d;
}