Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #4f4f9c;
}
.sweet-lavender {
color: #8e8ebe;
}
.parachute {
color: #bfbf4f;
}
.sunglow {
color: #ffcc33;
}
.indian-saffron {
color: #ff9933;
}
/* CSS Variables */
:root {
--liberty:#4f4f9c;
--sweet-lavender:#8e8ebe;
--parachute:#bfbf4f;
--sunglow:#ffcc33;
--indian-saffron:#ff9933;
}