Color names in this palette
CSS code for this palette
/* CSS */
.sunflower-island {
color: #ffcd05;
}
.orange-juice {
color: #ff8000;
}
.crab-curry {
color: #d64e24;
}
.heliotrope-magenta {
color: #a400b3;
}
.delft {
color: #3d5c8a;
}
/* CSS Variables */
:root {
--sunflower-island:#ffcd05;
--orange-juice:#ff8000;
--crab-curry:#d64e24;
--heliotrope-magenta:#a400b3;
--delft:#3d5c8a;
}