Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.white-strawberry {
color: #fce3b6;
}
.island-light {
color: #a6c6ed;
}
.iridescent-green {
color: #4abf6b;
}
.liseran-purple {
color: #d66b9d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--white-strawberry:#fce3b6;
--island-light:#a6c6ed;
--iridescent-green:#4abf6b;
--liseran-purple:#d66b9d;
}