Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f69f2c;
}
.peeps {
color: #ffcd38;
}
.sand-yellow {
color: #ffee70;
}
.scenic-water {
color: #85c2ff;
}
.blue-oyster-cult {
color: #5078e7;
}
/* CSS Variables */
:root {
--lightning-yellow:#f69f2c;
--peeps:#ffcd38;
--sand-yellow:#ffee70;
--scenic-water:#85c2ff;
--blue-oyster-cult:#5078e7;
}