Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.little-sun-dress {
color: #f9c85d;
}
.salmon-eggs {
color: #f4d15d;
}
.dynamic-green {
color: #a2d84b;
}
.iridescent-green {
color: #4abf6d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--little-sun-dress:#f9c85d;
--salmon-eggs:#f4d15d;
--dynamic-green:#a2d84b;
--iridescent-green:#4abf6d;
}