Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.optimistic-yellow {
color: #f6e0a7;
}
.ocean-front {
color: #b7e3f0;
}
.winter-time {
color: #3f8f9d;
}
.powerful-mauve {
color: #4a3e5b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--optimistic-yellow:#f6e0a7;
--ocean-front:#b7e3f0;
--winter-time:#3f8f9d;
--powerful-mauve:#4a3e5b;
}