Color names in this palette
CSS code for this palette
/* CSS */
.hot-sun {
color: #f7b32b;
}
.sunny-mood {
color: #f7c94a;
}
.no-gmb-yellow {
color: #f9e78b;
}
.bright-sea-green {
color: #a2e6ba;
}
.watercourse {
color: #5dc9d5;
}
/* CSS Variables */
:root {
--hot-sun:#f7b32b;
--sunny-mood:#f7c94a;
--no-gmb-yellow:#f9e78b;
--bright-sea-green:#a2e6ba;
--watercourse:#5dc9d5;
}