Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.deep-fried-sun-rays {
color: #f6c660;
}
.pismo-dunes {
color: #f6d7a2;
}
.white-green {
color: #d4eac8;
}
.periwinkle-sky {
color: #8db5d8;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--deep-fried-sun-rays:#f6c660;
--pismo-dunes:#f6d7a2;
--white-green:#d4eac8;
--periwinkle-sky:#8db5d8;
}