Color names in this palette
CSS code for this palette
/* CSS */
.starship-trooper {
color: #1d9a6a;
}
.mountain-lake-azure {
color: #4cb8a9;
}
.downy {
color: #71d6c3;
}
.venetian-yellow {
color: #f7e6a1;
}
.mikan-orange {
color: #f08400;
}
/* CSS Variables */
:root {
--starship-trooper:#1d9a6a;
--mountain-lake-azure:#4cb8a9;
--downy:#71d6c3;
--venetian-yellow:#f7e6a1;
--mikan-orange:#f08400;
}