Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1e9bbe;
}
.sandy-brown {
color: #f7a65e;
}
.strawberry-pink {
color: #f3687d;
}
.fuchsia-blue {
color: #8859c9;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--butterfly-blue:#1e9bbe;
--sandy-brown:#f7a65e;
--strawberry-pink:#f3687d;
--fuchsia-blue:#8859c9;
--ucla-gold:#ffb300;
}