Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f8de5d;
}
.storm-lightning {
color: #f9e59f;
}
.casino-lights {
color: #f9f1b4;
}
.vanilla-frost {
color: #fceac5;
}
.tinker-light {
color: #fceeb6;
}
/* CSS Variables */
:root {
--dilly-dally:#f8de5d;
--storm-lightning:#f9e59f;
--casino-lights:#f9f1b4;
--vanilla-frost:#fceac5;
--tinker-light:#fceeb6;
}