Color names in this palette
CSS code for this palette
/* CSS */
.indigo-carmine {
color: #0071c7;
}
.atmosphere {
color: #0096e0;
}
.caribbean-blue {
color: #1ab8e0;
}
.clean-pool {
color: #4cc5e1;
}
.ice-crystal-blue {
color: #a5e2e3;
}
/* CSS Variables */
:root {
--indigo-carmine:#0071c7;
--atmosphere:#0096e0;
--caribbean-blue:#1ab8e0;
--clean-pool:#4cc5e1;
--ice-crystal-blue:#a5e2e3;
}