Color names in this palette
CSS code for this palette
/* CSS */
.fiord {
color: #4e5a65;
}
.soul-quenching {
color: #7e9a9a;
}
.kind-green {
color: #a9c1b2;
}
.yellow-tulip {
color: #f3d26d;
}
.miami-marmalade {
color: #f78d1d;
}
/* CSS Variables */
:root {
--fiord:#4e5a65;
--soul-quenching:#7e9a9a;
--kind-green:#a9c1b2;
--yellow-tulip:#f3d26d;
--miami-marmalade:#f78d1d;
}