Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #00b2d6;
}
.fresh-turquoise {
color: #3dd6d6;
}
.island-paradise {
color: #8ce3e3;
}
.icy-breeze {
color: #c6f1f1;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--malibu-blue:#00b2d6;
--fresh-turquoise:#3dd6d6;
--island-paradise:#8ce3e3;
--icy-breeze:#c6f1f1;
--vapor:#f0ffff;
}