Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f3ba3f;
}
.sunrise {
color: #f5c27a;
}
.majestic-treasures {
color: #f2e6a1;
}
.lettuce-alone {
color: #d3e09f;
}
.cascade-green {
color: #9fc6b8;
}
/* CSS Variables */
:root {
--golden-mary:#f3ba3f;
--sunrise:#f5c27a;
--majestic-treasures:#f2e6a1;
--lettuce-alone:#d3e09f;
--cascade-green:#9fc6b8;
}