Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f6aba2;
}
.coral-dusk {
color: #ffb38a;
}
.chanterelles {
color: #ffc96b;
}
.gold-winged {
color: #e4d981;
}
.smooth-satin {
color: #a4d5d4;
}
/* CSS Variables */
:root {
--rosy-outlook:#f6aba2;
--coral-dusk:#ffb38a;
--chanterelles:#ffc96b;
--gold-winged:#e4d981;
--smooth-satin:#a4d5d4;
}