Color names in this palette
CSS code for this palette
/* CSS */
.longing-for-nature {
color: #4b9b5f;
}
.bermudagrass {
color: #69bf74;
}
.ulva-lactuca-green {
color: #90ea9c;
}
.yellow-petal {
color: #f4e64e;
}
.warming-heart {
color: #d64f3d;
}
/* CSS Variables */
:root {
--longing-for-nature:#4b9b5f;
--bermudagrass:#69bf74;
--ulva-lactuca-green:#90ea9c;
--yellow-petal:#f4e64e;
--warming-heart:#d64f3d;
}