Color names in this palette
CSS code for this palette
/* CSS */
.diroset {
color: #5bc8a4;
}
.medium-sea-green {
color: #3cb472;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
.quilt-gold {
color: #e8c468;
}
/* CSS Variables */
:root {
--diroset:#5bc8a4;
--medium-sea-green:#3cb472;
--azure-tide:#2a9d90;
--mallard:#274754;
--quilt-gold:#e8c468;
}