Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1b9dda;
}
.lake-thun {
color: #4dc2e0;
}
.freezy-breezy {
color: #91e6f3;
}
.almond-oil {
color: #f6f0c1;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--homeworld:#1b9dda;
--lake-thun:#4dc2e0;
--freezy-breezy:#91e6f3;
--almond-oil:#f6f0c1;
--welcoming-wasp:#f0a800;
}