Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #199ed7;
}
.fitness-blue {
color: #5bb8d2;
}
.mountain-lake-blue {
color: #87d4d1;
}
.zappy-zebra {
color: #f0f2f4;
}
.lemon-dream {
color: #f0a400;
}
/* CSS Variables */
:root {
--homeworld:#199ed7;
--fitness-blue:#5bb8d2;
--mountain-lake-blue:#87d4d1;
--zappy-zebra:#f0f2f4;
--lemon-dream:#f0a400;
}