Color names in this palette
CSS code for this palette
/* CSS */
.somewhere-in-a-fairytale {
color: #ce94e0;
}
.pink-marshmallow {
color: #f1b1d3;
}
.pretty-pink-piggy {
color: #f4a4d9;
}
.cherished-one {
color: #ff8f8f;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--somewhere-in-a-fairytale:#ce94e0;
--pink-marshmallow:#f1b1d3;
--pretty-pink-piggy:#f4a4d9;
--cherished-one:#ff8f8f;
--ucla-gold:#ffb300;
}