Color names in this palette
CSS code for this palette
/* CSS */
.germander-speedwell {
color: #0095c7;
}
.malibu-blue {
color: #00b2d6;
}
.photon-barrier {
color: #8fe1ef;
}
.frosty-day {
color: #c9f0f8;
}
.marigold {
color: #ffbe0a;
}
/* CSS Variables */
:root {
--germander-speedwell:#0095c7;
--malibu-blue:#00b2d6;
--photon-barrier:#8fe1ef;
--frosty-day:#c9f0f8;
--marigold:#ffbe0a;
}