Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.peach-butter {
color: #ffab3d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.bright-light-green {
color: #3dff51;
}
.lamiaceae {
color: #3dffdb;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--peach-butter:#ffab3d;
--dandelion-yellow:#ffdb3d;
--bright-light-green:#3dff51;
--lamiaceae:#3dffdb;
}