Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.golden-glow {
color: #f8d77c;
}
.gold-sand {
color: #f9e4a9;
}
.crystal-green {
color: #a3d978;
}
.sky-of-ocean {
color: #7fceeb;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--golden-glow:#f8d77c;
--gold-sand:#f9e4a9;
--crystal-green:#a3d978;
--sky-of-ocean:#7fceeb;
}