Color names in this palette
CSS code for this palette
/* CSS */
.star-map {
color: #d9e1e8;
}
.sea-cliff {
color: #a3c7e0;
}
.broom-butterfly-blue {
color: #69b3d8;
}
.homeworld {
color: #1f9cd6;
}
.mitchell-blue {
color: #0e7ea0;
}
/* CSS Variables */
:root {
--star-map:#d9e1e8;
--sea-cliff:#a3c7e0;
--broom-butterfly-blue:#69b3d8;
--homeworld:#1f9cd6;
--mitchell-blue:#0e7ea0;
}