Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lion-cub {
color: #f8caa5;
}
.hint-of-violet {
color: #d1d6e1;
}
.purple-hyacinth {
color: #6a8ebe;
}
.vivid-burgundy {
color: #a21a3c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lion-cub:#f8caa5;
--hint-of-violet:#d1d6e1;
--purple-hyacinth:#6a8ebe;
--vivid-burgundy:#a21a3c;
}