Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.pretentious-peacock {
color: #3d3dff;
}
.french-fuchsia {
color: #ff3d8e;
}
.yellow-jacket {
color: #ffcb3d;
}
.ogre-odor {
color: #ff573d;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--pretentious-peacock:#3d3dff;
--french-fuchsia:#ff3d8e;
--yellow-jacket:#ffcb3d;
--ogre-odor:#ff573d;
}