Color names in this palette
CSS code for this palette
/* CSS */
.lvivian-rain {
color: #0088cc;
}
.lake-thun {
color: #49b5e4;
}
.light-blue-glint {
color: #a8d3e1;
}
.classic-chalk {
color: #f5f5f0;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--lvivian-rain:#0088cc;
--lake-thun:#49b5e4;
--light-blue-glint:#a8d3e1;
--classic-chalk:#f5f5f0;
--ucla-gold:#ffb300;
}