Color names in this palette
CSS code for this palette
/* CSS */
.underpass-shrine {
color: #c94922;
}
.sweet-maple {
color: #e1b06b;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.pastel-pea {
color: #bee5a9;
}
.rosemarried {
color: #7d9b50;
}
/* CSS Variables */
:root {
--underpass-shrine:#c94922;
--sweet-maple:#e1b06b;
--enjoyable-yellow:#f6d6a7;
--pastel-pea:#bee5a9;
--rosemarried:#7d9b50;
}