Color names in this palette
CSS code for this palette
/* CSS */
.goji-berry {
color: #c6102e;
}
.marigold-dust {
color: #f4cf3e;
}
.shamrock-green {
color: #4cae7b;
}
.stamp-pad-green {
color: #2a9d8a;
}
.quilt-gold {
color: #e8c468;
}
/* CSS Variables */
:root {
--goji-berry:#c6102e;
--marigold-dust:#f4cf3e;
--shamrock-green:#4cae7b;
--stamp-pad-green:#2a9d8a;
--quilt-gold:#e8c468;
}