Color names in this palette
CSS code for this palette
/* CSS */
.sunday-afternoon {
color: #f5c87a;
}
.amber-yellow {
color: #f8b85d;
}
.sunshade {
color: #f99b48;
}
.goku-orange {
color: #f07e3d;
}
.sunset-blaze {
color: #e65e2d;
}
/* CSS Variables */
:root {
--sunday-afternoon:#f5c87a;
--amber-yellow:#f8b85d;
--sunshade:#f99b48;
--goku-orange:#f07e3d;
--sunset-blaze:#e65e2d;
}