Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.ucla-gold {
color: #ffb300;
}
.cape-jasmine {
color: #ffbb5c;
}
.peach-orange {
color: #ffce99;
}
.blank-canvas {
color: #ffeed6;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--ucla-gold:#ffb300;
--cape-jasmine:#ffbb5c;
--peach-orange:#ffce99;
--blank-canvas:#ffeed6;
}