Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.milky-maize {
color: #f8d8a0;
}
.bone-white {
color: #f2e1b1;
}
.tahitian-breeze {
color: #b5e8e2;
}
.french-pass {
color: #a3d3e0;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--milky-maize:#f8d8a0;
--bone-white:#f2e1b1;
--tahitian-breeze:#b5e8e2;
--french-pass:#a3d3e0;
}