Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.strawberry-buttercream {
color: #f5b3ff;
}
.photon-barrier {
color: #8fe1ef;
}
.crown-blue {
color: #4a4e68;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--strawberry-buttercream:#f5b3ff;
--photon-barrier:#8fe1ef;
--crown-blue:#4a4e68;
--tomato-frog:#f94346;
}