Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b6aa7;
}
.blue-grotto {
color: #4ea0c6;
}
.turquoise-sea {
color: #6ed3e7;
}
.everest {
color: #a3e6e4;
}
.distant-horizon {
color: #f1f9f6;
}
/* CSS Variables */
:root {
--jazz-blue:#1b6aa7;
--blue-grotto:#4ea0c6;
--turquoise-sea:#6ed3e7;
--everest:#a3e6e4;
--distant-horizon:#f1f9f6;
}