Color names in this palette
CSS code for this palette
/* CSS */
.eyelash-viper {
color: #f4c54e;
}
.rosy-outlook {
color: #f6aba2;
}
.french-vanilla {
color: #f1e1a7;
}
.salvia-blue {
color: #94c5e6;
}
.fading-rose {
color: #f9d2d3;
}
/* CSS Variables */
:root {
--eyelash-viper:#f4c54e;
--rosy-outlook:#f6aba2;
--french-vanilla:#f1e1a7;
--salvia-blue:#94c5e6;
--fading-rose:#f9d2d3;
}