Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #4c9e68;
}
.pastel-green {
color: #6bdb76;
}
.weekend-gardener {
color: #a2e2a4;
}
.gentlemann-s-business-pants {
color: #f3e58c;
}
.mystic-tulip {
color: #f9b2a4;
}
/* CSS Variables */
:root {
--greenbrier:#4c9e68;
--pastel-green:#6bdb76;
--weekend-gardener:#a2e2a4;
--gentlemann-s-business-pants:#f3e58c;
--mystic-tulip:#f9b2a4;
}