Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.blue-damselfly {
color: #2e9fdc;
}
.skylla {
color: #1b7bc0;
}
.turkish-sea {
color: #1a508e;
}
.navy-peony {
color: #1f3a61;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--blue-damselfly:#2e9fdc;
--skylla:#1b7bc0;
--turkish-sea:#1a508e;
--navy-peony:#1f3a61;
}