Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sunday-afternoon {
color: #f6c679;
}
.pismo-dunes {
color: #f6d6a2;
}
.aqua-wish {
color: #a3e1d2;
}
.garden-party {
color: #e3a6b9;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sunday-afternoon:#f6c679;
--pismo-dunes:#f6d6a2;
--aqua-wish:#a3e1d2;
--garden-party:#e3a6b9;
}