Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-yogurt {
color: #e9afb3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.jeune-citron {
color: #a9d50b;
}
.lambent-lagoon {
color: #3e5a93;
}
.flint-corn-red {
color: #d9623a;
}
/* CSS Variables */
:root {
--strawberry-yogurt:#e9afb3;
--solar-plexus-chakra:#f1c84b;
--jeune-citron:#a9d50b;
--lambent-lagoon:#3e5a93;
--flint-corn-red:#d9623a;
}