Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f7a6af;
}
.miami-stucco {
color: #f5d7b7;
}
.lavender-pizzazz {
color: #e9e2e6;
}
.template {
color: #a6c8e2;
}
.glenwood-green {
color: #a4d6b8;
}
/* CSS Variables */
:root {
--pink-fit:#f7a6af;
--miami-stucco:#f5d7b7;
--lavender-pizzazz:#e9e2e6;
--template:#a6c8e2;
--glenwood-green:#a4d6b8;
}