Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.grandis {
color: #ffcd75;
}
.sun-drenched {
color: #ffe8a3;
}
.creamy-sunshine-pastel {
color: #fff9b3;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--grandis:#ffcd75;
--sun-drenched:#ffe8a3;
--creamy-sunshine-pastel:#fff9b3;
--cornflower-lilac:#ffadad;
}