Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-breeze {
color: #76c7e0;
}
.clean-pool {
color: #4eb5e9;
}
.dayflower {
color: #3c9cdd;
}
.skylla {
color: #1f7dbd;
}
.sonic-blue {
color: #0f599f;
}
/* CSS Variables */
:root {
--hawaiian-breeze:#76c7e0;
--clean-pool:#4eb5e9;
--dayflower:#3c9cdd;
--skylla:#1f7dbd;
--sonic-blue:#0f599f;
}