Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.go-bananas {
color: #f8c84f;
}
.bittersweet {
color: #f9a04e;
}
.orangish {
color: #f98f48;
}
.chinese-orange {
color: #f16f3b;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--go-bananas:#f8c84f;
--bittersweet:#f9a04e;
--orangish:#f98f48;
--chinese-orange:#f16f3b;
}