Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a8edb;
}
.sea-capture {
color: #5cbce6;
}
.mediterranean-charm {
color: #a0cfe9;
}
.diamond-white {
color: #e1f2f4;
}
.cotton-ball {
color: #f2f9fd;
}
/* CSS Variables */
:root {
--homeworld:#1a8edb;
--sea-capture:#5cbce6;
--mediterranean-charm:#a0cfe9;
--diamond-white:#e1f2f4;
--cotton-ball:#f2f9fd;
}