Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.seasonal-beige {
color: #e9b79f;
}
.cozy-summer-sunset {
color: #eca3a2;
}
.eerie-glow {
color: #a7d7b8;
}
.mid-century-gem {
color: #81b69e;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--seasonal-beige:#e9b79f;
--cozy-summer-sunset:#eca3a2;
--eerie-glow:#a7d7b8;
--mid-century-gem:#81b69e;
}