Color names in this palette
CSS code for this palette
/* CSS */
.blackthorn-green {
color: #6d9e6b;
}
.flower-stem {
color: #b5d7b2;
}
.butter-cookie {
color: #f0e6b2;
}
.hawker-s-gold {
color: #f6c36a;
}
.sun-bleached-ochre {
color: #e2a87e;
}
/* CSS Variables */
:root {
--blackthorn-green:#6d9e6b;
--flower-stem:#b5d7b2;
--butter-cookie:#f0e6b2;
--hawker-s-gold:#f6c36a;
--sun-bleached-ochre:#e2a87e;
}