Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #00b2d6;
}
.photon-barrier {
color: #8fe1ef;
}
.uranus {
color: #aee8f4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--malibu-blue:#00b2d6;
--photon-barrier:#8fe1ef;
--uranus:#aee8f4;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}