Color names in this palette
CSS code for this palette
/* CSS */
.nancy {
color: #5bb9e1;
}
.horizon-blue {
color: #2b98bf;
}
.sweat-bee {
color: #1e4d8f;
}
.spanish-violet {
color: #4e2a83;
}
.heath-spotted-orchid {
color: #a35c9b;
}
/* CSS Variables */
:root {
--nancy:#5bb9e1;
--horizon-blue:#2b98bf;
--sweat-bee:#1e4d8f;
--spanish-violet:#4e2a83;
--heath-spotted-orchid:#a35c9b;
}