Color names in this palette
CSS code for this palette
/* CSS */
.carla {
color: #f8facc;
}
.sun-drenched {
color: #ffe5a3;
}
.spring-buttercup {
color: #fff5c2;
}
.chickery-chick {
color: #ffea8f;
}
.tiger-yellow {
color: #ffdf80;
}
/* CSS Variables */
:root {
--carla:#f8facc;
--sun-drenched:#ffe5a3;
--spring-buttercup:#fff5c2;
--chickery-chick:#ffea8f;
--tiger-yellow:#ffdf80;
}