Color names in this palette
CSS code for this palette
/* CSS */
.sun-shower {
color: #ffde70;
}
.samoan-sun {
color: #f5b942;
}
.chat-orange {
color: #f49c3e;
}
.basketball {
color: #ef6b2e;
}
.spicy-orange {
color: #d74c2d;
}
/* CSS Variables */
:root {
--sun-shower:#ffde70;
--samoan-sun:#f5b942;
--chat-orange:#f49c3e;
--basketball:#ef6b2e;
--spicy-orange:#d74c2d;
}