Color names in this palette
CSS code for this palette
/* CSS */
.rockman-blue {
color: #2a9cf4;
}
.clean-pool {
color: #4ab8e8;
}
.aquamarine-blue {
color: #70d0e6;
}
.break-the-ice {
color: #b2e0f0;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--rockman-blue:#2a9cf4;
--clean-pool:#4ab8e8;
--aquamarine-blue:#70d0e6;
--break-the-ice:#b2e0f0;
--white:#ffffff;
}