Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c55b;
}
.entan-red {
color: #f16c4b;
}
.dahlia {
color: #8d3d8f;
}
.megadrive-screen {
color: #4c3eb1;
}
.dayflower {
color: #3b99d8;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c55b;
--entan-red:#f16c4b;
--dahlia:#8d3d8f;
--megadrive-screen:#4c3eb1;
--dayflower:#3b99d8;
}