Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1e99d2;
}
.mint-jelly {
color: #4dd1a0;
}
.algae-green {
color: #8ee1b3;
}
.enjoyable-yellow {
color: #f4d8a9;
}
.her-majesty {
color: #f7a1a4;
}
/* CSS Variables */
:root {
--homeworld:#1e99d2;
--mint-jelly:#4dd1a0;
--algae-green:#8ee1b3;
--enjoyable-yellow:#f4d8a9;
--her-majesty:#f7a1a4;
}