Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.hawaiian-breeze {
color: #75c6e1;
}
.sail-away {
color: #4eb1df;
}
.surf-rider {
color: #0091c2;
}
.star-command-blue {
color: #007ab8;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--hawaiian-breeze:#75c6e1;
--sail-away:#4eb1df;
--surf-rider:#0091c2;
--star-command-blue:#007ab8;
}