Color names in this palette
CSS code for this palette
/* CSS */
.bagpiper {
color: #1f5141;
}
.sh-i-c-o-l-green {
color: #3d8a70;
}
.young-bamboo {
color: #69bf8e;
}
.sharbah-fizz {
color: #9ae0d5;
}
.bright-moon {
color: #f6f1e4;
}
/* CSS Variables */
:root {
--bagpiper:#1f5141;
--sh-i-c-o-l-green:#3d8a70;
--young-bamboo:#69bf8e;
--sharbah-fizz:#9ae0d5;
--bright-moon:#f6f1e4;
}