Color names in this palette
CSS code for this palette
/* CSS */
.lime-lightning {
color: #befb74;
}
.raven-black {
color: #3d3d3d;
}
.violet-kiss {
color: #f6a2d3;
}
.tuscan-sun {
color: #ffd84d;
}
.fresh-green {
color: #6dcf4a;
}
/* CSS Variables */
:root {
--lime-lightning:#befb74;
--raven-black:#3d3d3d;
--violet-kiss:#f6a2d3;
--tuscan-sun:#ffd84d;
--fresh-green:#6dcf4a;
}