Color names in this palette
CSS code for this palette
/* CSS */
.havana-blue {
color: #a4d9e5;
}
.sky-of-ocean {
color: #7fceeb;
}
.clean-pool {
color: #4ab6e8;
}
.tomb-blue {
color: #0099cc;
}
.pristine-seas {
color: #007899;
}
/* CSS Variables */
:root {
--havana-blue:#a4d9e5;
--sky-of-ocean:#7fceeb;
--clean-pool:#4ab6e8;
--tomb-blue:#0099cc;
--pristine-seas:#007899;
}