Color names in this palette
CSS code for this palette
/* CSS */
.ocean-blue {
color: #009bc2;
}
.blue-atoll {
color: #00b0e0;
}
.aztec-turquoise {
color: #00cae0;
}
.uranus {
color: #aae7f3;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--ocean-blue:#009bc2;
--blue-atoll:#00b0e0;
--aztec-turquoise:#00cae0;
--uranus:#aae7f3;
--everlasting-ice:#f5fafa;
}