Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #00b2d6;
}
.photon-barrier {
color: #8fe1ef;
}
.uranus {
color: #aee8f4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-peel {
color: #ff9d00;
}
/* CSS Variables */
:root {
--malibu-blue:#00b2d6;
--photon-barrier:#8fe1ef;
--uranus:#aee8f4;
--grapefruit-pulp:#ff6e61;
--mandarin-peel:#ff9d00;
}