Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.pressed-rose {
color: #f1aba2;
}
.optimistic-yellow {
color: #f4e1a4;
}
.smooth-satin {
color: #a2d5d7;
}
.juvie {
color: #89b7d1;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--pressed-rose:#f1aba2;
--optimistic-yellow:#f4e1a4;
--smooth-satin:#a2d5d7;
--juvie:#89b7d1;
}