Color names in this palette
CSS code for this palette
/* CSS */
.wiener-schnitzel {
color: #f09c00;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fluorescence {
color: #89d47d;
}
.blessed-blue {
color: #3e9ccc;
}
.fuchsia-kiss {
color: #c76b9b;
}
/* CSS Variables */
:root {
--wiener-schnitzel:#f09c00;
--solar-plexus-chakra:#f1c84b;
--fluorescence:#89d47d;
--blessed-blue:#3e9ccc;
--fuchsia-kiss:#c76b9b;
}