Color names in this palette
CSS code for this palette
/* CSS */
.coral-pink {
color: #f77c78;
}
.apricot-wash {
color: #f8a57c;
}
.persimmon-fade {
color: #f9bc90;
}
.stella-dora {
color: #fadaa3;
}
.tinker-light {
color: #fbf0b6;
}
/* CSS Variables */
:root {
--coral-pink:#f77c78;
--apricot-wash:#f8a57c;
--persimmon-fade:#f9bc90;
--stella-dora:#fadaa3;
--tinker-light:#fbf0b6;
}