Color names in this palette
CSS code for this palette
/* CSS */
.lake-thun {
color: #4bbae2;
}
.aurora-green {
color: #6fdc8b;
}
.golden-glitter {
color: #f8e472;
}
.mellowed-gold {
color: #e2a550;
}
.strawberry-moon {
color: #d05372;
}
/* CSS Variables */
:root {
--lake-thun:#4bbae2;
--aurora-green:#6fdc8b;
--golden-glitter:#f8e472;
--mellowed-gold:#e2a550;
--strawberry-moon:#d05372;
}