Color names in this palette
CSS code for this palette
/* CSS */
.discover-deco {
color: #4b914e;
}
.aroma-garden {
color: #a4c6a9;
}
.spring-morn {
color: #e3f0d6;
}
.hawaiian-cream {
color: #f9e6b9;
}
.cheery {
color: #f18888;
}
/* CSS Variables */
:root {
--discover-deco:#4b914e;
--aroma-garden:#a4c6a9;
--spring-morn:#e3f0d6;
--hawaiian-cream:#f9e6b9;
--cheery:#f18888;
}