Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.china-doll {
color: #f2e4d4;
}
.fine-blue {
color: #b7e1e0;
}
.coolbox-ice-turquoise {
color: #499c9c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--enjoyable-yellow:#f6d6a7;
--china-doll:#f2e4d4;
--fine-blue:#b7e1e0;
--coolbox-ice-turquoise:#499c9c;
}