Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f6aba2;
}
.daisy-desi {
color: #fddd8b;
}
.grape-green {
color: #a5e09e;
}
.flounce {
color: #4d898f;
}
.lambent-lagoon {
color: #3d5b94;
}
/* CSS Variables */
:root {
--rosy-outlook:#f6aba2;
--daisy-desi:#fddd8b;
--grape-green:#a5e09e;
--flounce:#4d898f;
--lambent-lagoon:#3d5b94;
}