Color names in this palette
CSS code for this palette
/* CSS */
.garden-party {
color: #e5a4b6;
}
.golgfag-brown {
color: #d97f6d;
}
.sprouted {
color: #f2d58c;
}
.color-me-green {
color: #7fbc7b;
}
.blue-grotto {
color: #4c9ec8;
}
/* CSS Variables */
:root {
--garden-party:#e5a4b6;
--golgfag-brown:#d97f6d;
--sprouted:#f2d58c;
--color-me-green:#7fbc7b;
--blue-grotto:#4c9ec8;
}