Color names in this palette
CSS code for this palette
/* CSS */
.winter-shadow {
color: #4f6a78;
}
.cyprus-green {
color: #6d9c89;
}
.green-trance {
color: #a7d9a6;
}
.pineapple-delight {
color: #f1e7a7;
}
.orange-pospsicle {
color: #f2a60d;
}
/* CSS Variables */
:root {
--winter-shadow:#4f6a78;
--cyprus-green:#6d9c89;
--green-trance:#a7d9a6;
--pineapple-delight:#f1e7a7;
--orange-pospsicle:#f2a60d;
}