Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.modal {
color: #31a5d3;
}
.celestine-spring {
color: #1e9dc8;
}
.bluejay {
color: #0f90b3;
}
.pristine-seas {
color: #007899;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--modal:#31a5d3;
--celestine-spring:#1e9dc8;
--bluejay:#0f90b3;
--pristine-seas:#007899;
}