Color names in this palette
CSS code for this palette
/* CSS */
.elf-green {
color: #1d8b6c;
}
.shamrock-green {
color: #4fb07b;
}
.peaceful-pastures {
color: #90d5a7;
}
.sport-yellow {
color: #f1d579;
}
.sweet-mandarin {
color: #d66038;
}
/* CSS Variables */
:root {
--elf-green:#1d8b6c;
--shamrock-green:#4fb07b;
--peaceful-pastures:#90d5a7;
--sport-yellow:#f1d579;
--sweet-mandarin:#d66038;
}