Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9a;
}
.vitamin-c {
color: #ff9900;
}
.star {
color: #ffe500;
}
.columbia-blue {
color: #99e0ff;
}
.skinny-jeans {
color: #4d8eff;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9a;
--vitamin-c:#ff9900;
--star:#ffe500;
--columbia-blue:#99e0ff;
--skinny-jeans:#4d8eff;
}