Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1abbe0;
}
.vanadyl-blue {
color: #00a5e0;
}
.stomy-shower {
color: #0086b3;
}
.singing-blue {
color: #0072a3;
}
.felix {
color: #005f8f;
}
/* CSS Variables */
:root {
--caribbean-blue:#1abbe0;
--vanadyl-blue:#00a5e0;
--stomy-shower:#0086b3;
--singing-blue:#0072a3;
--felix:#005f8f;
}