Color names in this palette
CSS code for this palette
/* CSS */
.scuba-blue {
color: #00a1c2;
}
.bright-cerulean {
color: #1fb8d6;
}
.neon-nazar {
color: #4dd1e0;
}
.early-july {
color: #a6e2e8;
}
.distant-horizon {
color: #f1f7f8;
}
/* CSS Variables */
:root {
--scuba-blue:#00a1c2;
--bright-cerulean:#1fb8d6;
--neon-nazar:#4dd1e0;
--early-july:#a6e2e8;
--distant-horizon:#f1f7f8;
}