Color names in this palette
CSS code for this palette
/* CSS */
.purple-shade {
color: #4b2d4e;
}
.pink-hibiscus {
color: #b76c87;
}
.lolly {
color: #ff9c8f;
}
.sport-yellow {
color: #f2d578;
}
.twilight-express {
color: #1e3a76;
}
/* CSS Variables */
:root {
--purple-shade:#4b2d4e;
--pink-hibiscus:#b76c87;
--lolly:#ff9c8f;
--sport-yellow:#f2d578;
--twilight-express:#1e3a76;
}