Color names in this palette
CSS code for this palette
/* CSS */
.turbinado-sugar {
color: #f8b954;
}
.wake-me-up {
color: #f7d259;
}
.deep-fried-sun-rays {
color: #f6c55a;
}
.stirring-orange {
color: #f5b261;
}
.florida-sunrise {
color: #f4a76c;
}
/* CSS Variables */
:root {
--turbinado-sugar:#f8b954;
--wake-me-up:#f7d259;
--deep-fried-sun-rays:#f6c55a;
--stirring-orange:#f5b261;
--florida-sunrise:#f4a76c;
}