Color names in this palette
CSS code for this palette
/* CSS */
.snowflake {
color: #f0f0f0;
}
.mountain-bluebird {
color: #4c9cc8;
}
.mayan-ruins {
color: #7d694f;
}
.windy-meadow {
color: #afa679;
}
.echo-valley {
color: #e6e2d6;
}
/* CSS Variables */
:root {
--snowflake:#f0f0f0;
--mountain-bluebird:#4c9cc8;
--mayan-ruins:#7d694f;
--windy-meadow:#afa679;
--echo-valley:#e6e2d6;
}