Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b6aa7;
}
.turkish-tile {
color: #007e9e;
}
.mountain-range-blue {
color: #4fb7c9;
}
.photon-barrier {
color: #84e2f0;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--jazz-blue:#1b6aa7;
--turkish-tile:#007e9e;
--mountain-range-blue:#4fb7c9;
--photon-barrier:#84e2f0;
--distant-horizon:#f0f8f9;
}