Color names in this palette
CSS code for this palette
/* CSS */
.ogre-odor {
color: #ff513d;
}
.floral-leaf {
color: #ffb84d;
}
.tiger-yellow {
color: #ffdf80;
}
.kul-sharif-blue {
color: #85d4ff;
}
.blue-heath-butterfly {
color: #4d67ff;
}
/* CSS Variables */
:root {
--ogre-odor:#ff513d;
--floral-leaf:#ffb84d;
--tiger-yellow:#ffdf80;
--kul-sharif-blue:#85d4ff;
--blue-heath-butterfly:#4d67ff;
}