Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.khaki-core {
color: #f8e3af;
}
.salmon-eggs {
color: #f4d35d;
}
.nanohanacha-gold {
color: #e6b22d;
}
.muted-lavender {
color: #3d5a99;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--khaki-core:#f8e3af;
--salmon-eggs:#f4d35d;
--nanohanacha-gold:#e6b22d;
--muted-lavender:#3d5a99;
}