Color names in this palette
CSS code for this palette
/* CSS */
.dream-land {
color: #f0b2e8;
}
.bright-ube {
color: #d4a2e6;
}
.template {
color: #a4c8e5;
}
.turquoise-chalk {
color: #75e6d1;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--dream-land:#f0b2e8;
--bright-ube:#d4a2e6;
--template:#a4c8e5;
--turquoise-chalk:#75e6d1;
--ucla-gold:#ffb300;
}