Color names in this palette
CSS code for this palette
/* CSS */
.hello-summer {
color: #5abbf6;
}
.dynamic-green {
color: #a2d94a;
}
.american-yellow {
color: #f0b000;
}
.saffron-gold {
color: #f08c00;
}
.sunset-blaze {
color: #e6582d;
}
/* CSS Variables */
:root {
--hello-summer:#5abbf6;
--dynamic-green:#a2d94a;
--american-yellow:#f0b000;
--saffron-gold:#f08c00;
--sunset-blaze:#e6582d;
}