Color names in this palette
CSS code for this palette
/* CSS */
.liselotte-syrup {
color: #d95b0d;
}
.radiant-yellow {
color: #f69e23;
}
.dandelion-yellow {
color: #f6d43c;
}
.radiant-foliage {
color: #6a9d2f;
}
.vanilla-ice-smoke {
color: #cad9e2;
}
/* CSS Variables */
:root {
--liselotte-syrup:#d95b0d;
--radiant-yellow:#f69e23;
--dandelion-yellow:#f6d43c;
--radiant-foliage:#6a9d2f;
--vanilla-ice-smoke:#cad9e2;
}