Color names in this palette
CSS code for this palette
/* CSS */
.young-bamboo {
color: #69bf8a;
}
.dull-teal {
color: #5b9f90;
}
.coelin-blue {
color: #4c8094;
}
.quilt-gold {
color: #e8c468;
}
.gemini-mustard-momento {
color: #f9a94e;
}
/* CSS Variables */
:root {
--young-bamboo:#69bf8a;
--dull-teal:#5b9f90;
--coelin-blue:#4c8094;
--quilt-gold:#e8c468;
--gemini-mustard-momento:#f9a94e;
}