Color names in this palette
CSS code for this palette
/* CSS */
.rockman-blue {
color: #2a9cf4;
}
.clean-pool {
color: #5cc0eb;
}
.tranquil-pool {
color: #8fdbff;
}
.italian-sky-blue {
color: #b3f7ff;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--rockman-blue:#2a9cf4;
--clean-pool:#5cc0eb;
--tranquil-pool:#8fdbff;
--italian-sky-blue:#b3f7ff;
--coastal-breeze:#e0f7fa;
}