Color names in this palette
CSS code for this palette
/* CSS */
.medium-vermilion {
color: #db5c39;
}
.wiener-schnitzel {
color: #f09c00;
}
.butterfield {
color: #f6c05a;
}
.lime-lizard {
color: #a3d55d;
}
.longing-for-nature {
color: #509b5f;
}
/* CSS Variables */
:root {
--medium-vermilion:#db5c39;
--wiener-schnitzel:#f09c00;
--butterfield:#f6c05a;
--lime-lizard:#a3d55d;
--longing-for-nature:#509b5f;
}