Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.sail-away {
color: #51b4e1;
}
.turkish-turquoise {
color: #75d7f0;
}
.terrace-pool {
color: #a1d7e3;
}
.coastal-breeze {
color: #dff5f6;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--sail-away:#51b4e1;
--turkish-turquoise:#75d7f0;
--terrace-pool:#a1d7e3;
--coastal-breeze:#dff5f6;
}