Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.dream-of-spring {
color: #f6d12c;
}
.soft-cashmere {
color: #f1b1d5;
}
.light-blue-glint {
color: #a8d3e1;
}
.sea-loch {
color: #6a9bd2;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--dream-of-spring:#f6d12c;
--soft-cashmere:#f1b1d5;
--light-blue-glint:#a8d3e1;
--sea-loch:#6a9bd2;
}