Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1b9dda;
}
.highlighter-blue {
color: #3ab2d9;
}
.turquoise-sea {
color: #68d5e8;
}
.glad-yellow {
color: #f2e1ab;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--homeworld:#1b9dda;
--highlighter-blue:#3ab2d9;
--turquoise-sea:#68d5e8;
--glad-yellow:#f2e1ab;
--maximum-yellow-red:#f1b74b;
}