Color names in this palette
CSS code for this palette
/* CSS */
.ginger-milk {
color: #f6a85a;
}
.glitter-yellow {
color: #f8d859;
}
.slime-lime {
color: #b7ebc2;
}
.twisted-blue {
color: #7ac3d1;
}
.moonshade {
color: #5b6e9f;
}
/* CSS Variables */
:root {
--ginger-milk:#f6a85a;
--glitter-yellow:#f8d859;
--slime-lime:#b7ebc2;
--twisted-blue:#7ac3d1;
--moonshade:#5b6e9f;
}