Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.deep-fried-sun-rays {
color: #f3c45e;
}
.steam-chestnut {
color: #eae2a9;
}
.lull-wind {
color: #c2d4ea;
}
.della-robbia-blue {
color: #7a9bcd;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--deep-fried-sun-rays:#f3c45e;
--steam-chestnut:#eae2a9;
--lull-wind:#c2d4ea;
--della-robbia-blue:#7a9bcd;
}