Color names in this palette
CSS code for this palette
/* CSS */
.feather-green {
color: #a3d1b8;
}
.soft-butter {
color: #f4e1b8;
}
.apricot-obsession {
color: #f8c1b4;
}
.pink-fit {
color: #f3a5b0;
}
.strawberry-moon {
color: #d2566f;
}
/* CSS Variables */
:root {
--feather-green:#a3d1b8;
--soft-butter:#f4e1b8;
--apricot-obsession:#f8c1b4;
--pink-fit:#f3a5b0;
--strawberry-moon:#d2566f;
}