Color names in this palette
CSS code for this palette
/* CSS */
.verdigris-coloured {
color: #60be77;
}
.green-trance {
color: #a4daa6;
}
.moonlight-green {
color: #d2ead9;
}
.desert-star {
color: #f9f0e1;
}
.porcelain-rose {
color: #ef6c6c;
}
/* CSS Variables */
:root {
--verdigris-coloured:#60be77;
--green-trance:#a4daa6;
--moonlight-green:#d2ead9;
--desert-star:#f9f0e1;
--porcelain-rose:#ef6c6c;
}