Color names in this palette
CSS code for this palette
/* CSS */
.purple-hyacinth {
color: #6e8dbf;
}
.nightly-blade {
color: #5b7d9a;
}
.wedgewood {
color: #4a6c87;
}
.sunny-mood {
color: #f5c84d;
}
.chinese-orange {
color: #f3723f;
}
/* CSS Variables */
:root {
--purple-hyacinth:#6e8dbf;
--nightly-blade:#5b7d9a;
--wedgewood:#4a6c87;
--sunny-mood:#f5c84d;
--chinese-orange:#f3723f;
}