Color names in this palette
CSS code for this palette
/* CSS */
.shot-over {
color: #495d69;
}
.astronomicon-grey {
color: #6d7a83;
}
.aqua-sphere {
color: #9db1b4;
}
.valley-of-tears {
color: #d2e1e5;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--shot-over:#495d69;
--astronomicon-grey:#6d7a83;
--aqua-sphere:#9db1b4;
--valley-of-tears:#d2e1e5;
--distant-horizon:#f0f8f9;
}