Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75b;
}
.synthetic-pumpkin {
color: #ff7b3d;
}
.knockout-pink {
color: #ff3d98;
}
.vega-violet {
color: #b65cff;
}
.blue-chaos {
color: #5c92ff;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75b;
--synthetic-pumpkin:#ff7b3d;
--knockout-pink:#ff3d98;
--vega-violet:#b65cff;
--blue-chaos:#5c92ff;
}