Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.zucchini-flower {
color: #e6a84c;
}
.i-pink-i-can {
color: #d57b8c;
}
.hyacinth-violet {
color: #994f9c;
}
.woad-blue {
color: #5a7dba;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--zucchini-flower:#e6a84c;
--i-pink-i-can:#d57b8c;
--hyacinth-violet:#994f9c;
--woad-blue:#5a7dba;
}