Color names in this palette
CSS code for this palette
/* CSS */
.moonlit-forest {
color: #3b6d6d;
}
.pool-tide {
color: #6f908f;
}
.zenith-heights {
color: #a6c8c9;
}
.themeda-japonica {
color: #e2b240;
}
.coral-expression {
color: #d96d6d;
}
/* CSS Variables */
:root {
--moonlit-forest:#3b6d6d;
--pool-tide:#6f908f;
--zenith-heights:#a6c8c9;
--themeda-japonica:#e2b240;
--coral-expression:#d96d6d;
}