Color names in this palette
CSS code for this palette
/* CSS */
.light-shimmer {
color: #a7d3f1;
}
.malibu {
color: #60bce6;
}
.stratos-blue {
color: #3c99c8;
}
.blue-mediterranean {
color: #1c7c9c;
}
.azure-green-blue {
color: #006c80;
}
/* CSS Variables */
:root {
--light-shimmer:#a7d3f1;
--malibu:#60bce6;
--stratos-blue:#3c99c8;
--blue-mediterranean:#1c7c9c;
--azure-green-blue:#006c80;
}