Color names in this palette
CSS code for this palette
/* CSS */
.wildness-mint {
color: #5c995e;
}
.crystal-green {
color: #a3d576;
}
.yellow-petal {
color: #efe54d;
}
.ginger-milk {
color: #f9a658;
}
.red-cray {
color: #e55a34;
}
/* CSS Variables */
:root {
--wildness-mint:#5c995e;
--crystal-green:#a3d576;
--yellow-petal:#efe54d;
--ginger-milk:#f9a658;
--red-cray:#e55a34;
}