Color names in this palette
CSS code for this palette
/* CSS */
.bergamot-orange {
color: #f5a15c;
}
.duckling {
color: #f7b059;
}
.afternoon {
color: #f9c97b;
}
.majestic-treasures {
color: #f4e7a4;
}
.gumball {
color: #e9b4d3;
}
/* CSS Variables */
:root {
--bergamot-orange:#f5a15c;
--duckling:#f7b059;
--afternoon:#f9c97b;
--majestic-treasures:#f4e7a4;
--gumball:#e9b4d3;
}