Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1f6a98;
}
.high-blue {
color: #4bb2e2;
}
.turquoise-sea {
color: #6ad2e7;
}
.overtone {
color: #a4e5b5;
}
.wood-avens {
color: #f7f1ab;
}
/* CSS Variables */
:root {
--jazz-blue:#1f6a98;
--high-blue:#4bb2e2;
--turquoise-sea:#6ad2e7;
--overtone:#a4e5b5;
--wood-avens:#f7f1ab;
}