Color names in this palette
CSS code for this palette
/* CSS */
.the-broadway {
color: #175478;
}
.scooter {
color: #2a909d;
}
.shinbashi {
color: #5db8c6;
}
.charlotte {
color: #a3e0e6;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--the-broadway:#175478;
--scooter:#2a909d;
--shinbashi:#5db8c6;
--charlotte:#a3e0e6;
--distant-horizon:#f1f8f8;
}