Color names in this palette
CSS code for this palette
/* CSS */
.golden-apples {
color: #f2d750;
}
.goldsmith {
color: #f0b14c;
}
.autumn-orange {
color: #f29b50;
}
.breeze-of-chilli {
color: #f26e6e;
}
.sizzling-sunset {
color: #e77f4b;
}
/* CSS Variables */
:root {
--golden-apples:#f2d750;
--goldsmith:#f0b14c;
--autumn-orange:#f29b50;
--breeze-of-chilli:#f26e6e;
--sizzling-sunset:#e77f4b;
}