Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.deep-fried-sun-rays {
color: #f6c55a;
}
.rapunzel {
color: #f6d87e;
}
.venetian-yellow {
color: #f6e5a2;
}
.fresh-honeydew {
color: #f6efc6;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--deep-fried-sun-rays:#f6c55a;
--rapunzel:#f6d87e;
--venetian-yellow:#f6e5a2;
--fresh-honeydew:#f6efc6;
}