Color names in this palette
CSS code for this palette
/* CSS */
.navagio-bay {
color: #3b92b5;
}
.oasis-spring {
color: #4aa6c4;
}
.squeaky {
color: #6dc3d5;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--navagio-bay:#3b92b5;
--oasis-spring:#4aa6c4;
--squeaky:#6dc3d5;
--ice-crystal-blue:#a4e5e2;
--anti-flash-white:#f0f5f5;
}