Color names in this palette
CSS code for this palette
/* CSS */
.iced-aqua {
color: #a6d8d7;
}
.cold-wave {
color: #c2e2e5;
}
.lynx-white {
color: #f6f9f8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mustard-crusted-salmon {
color: #f27f45;
}
/* CSS Variables */
:root {
--iced-aqua:#a6d8d7;
--cold-wave:#c2e2e5;
--lynx-white:#f6f9f8;
--solar-plexus-chakra:#f1c84b;
--mustard-crusted-salmon:#f27f45;
}