Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.banana-drama {
color: #f2d14a;
}
.high-honey {
color: #e2b74b;
}
.angel-food-cake {
color: #d8a44b;
}
.tiki-torch {
color: #bfa03b;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--banana-drama:#f2d14a;
--high-honey:#e2b74b;
--angel-food-cake:#d8a44b;
--tiki-torch:#bfa03b;
}