Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1c9ad9;
}
.mint-jelly {
color: #40d4a5;
}
.mint-cocktail-green {
color: #b3e6b3;
}
.sandy {
color: #f3d77c;
}
.her-majesty {
color: #f9a4a4;
}
/* CSS Variables */
:root {
--homeworld:#1c9ad9;
--mint-jelly:#40d4a5;
--mint-cocktail-green:#b3e6b3;
--sandy:#f3d77c;
--her-majesty:#f9a4a4;
}