Color names in this palette
CSS code for this palette
/* CSS */
.maybe-maui {
color: #f7d58d;
}
.calabrese {
color: #f6a9a2;
}
.gourmet-honey {
color: #e5cba9;
}
.bone-white {
color: #f3e1af;
}
.craftsman-gold {
color: #d4b88c;
}
/* CSS Variables */
:root {
--maybe-maui:#f7d58d;
--calabrese:#f6a9a2;
--gourmet-honey:#e5cba9;
--bone-white:#f3e1af;
--craftsman-gold:#d4b88c;
}