Color names in this palette
CSS code for this palette
/* CSS */
.moat {
color: #3b696d;
}
.twilight-meadow {
color: #4ea69f;
}
.smooth-satin {
color: #a3d7d1;
}
.goldsmith {
color: #f0b14c;
}
.emergency-zone {
color: #e7693c;
}
/* CSS Variables */
:root {
--moat:#3b696d;
--twilight-meadow:#4ea69f;
--smooth-satin:#a3d7d1;
--goldsmith:#f0b14c;
--emergency-zone:#e7693c;
}