Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.tamarack-yellow {
color: #f5e056;
}
.nevada-sky {
color: #a0d8e9;
}
.kindred {
color: #6f9edc;
}
.delft {
color: #3d5d8a;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--tamarack-yellow:#f5e056;
--nevada-sky:#a0d8e9;
--kindred:#6f9edc;
--delft:#3d5d8a;
}