CSS code for this palette
/* CSS */
.star-map {
color: #d8e2e9;
}
.template {
color: #a6c7e7;
}
.blue-iguana {
color: #4f9ccf;
}
.skylla {
color: #1e7bc2;
}
.seashell-cove {
color: #0f4d75;
}
/* CSS Variables */
:root {
--star-map:#d8e2e9;
--template:#a6c7e7;
--blue-iguana:#4f9ccf;
--skylla:#1e7bc2;
--seashell-cove:#0f4d75;
}