Color names in this palette
CSS code for this palette
/* CSS */
.bergamot-orange {
color: #f3a158;
}
.deep-fried-sun-rays {
color: #f7c559;
}
.hawaiian-cream {
color: #f9e9b9;
}
.silver-tree {
color: #69bf91;
}
.crisp-lettuce {
color: #4c9a89;
}
/* CSS Variables */
:root {
--bergamot-orange:#f3a158;
--deep-fried-sun-rays:#f7c559;
--hawaiian-cream:#f9e9b9;
--silver-tree:#69bf91;
--crisp-lettuce:#4c9a89;
}