Color names in this palette
CSS code for this palette
/* CSS */
.maybe-maui {
color: #f6d58e;
}
.golden-plumeria {
color: #fad170;
}
.deep-fried-sun-rays {
color: #f8c75d;
}
.egyptian-gold {
color: #f1a650;
}
.pizazz {
color: #e57e3e;
}
/* CSS Variables */
:root {
--maybe-maui:#f6d58e;
--golden-plumeria:#fad170;
--deep-fried-sun-rays:#f8c75d;
--egyptian-gold:#f1a650;
--pizazz:#e57e3e;
}