Color names in this palette
CSS code for this palette
/* CSS */
.langoustine {
color: #db4f24;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.cream-cake {
color: #e3d3ab;
}
.mountain-lake-green {
color: #77b694;
}
.winter-green {
color: #4b8b7d;
}
/* CSS Variables */
:root {
--langoustine:#db4f24;
--gemini-mustard-momento:#f9a64e;
--cream-cake:#e3d3ab;
--mountain-lake-green:#77b694;
--winter-green:#4b8b7d;
}