Color names in this palette
CSS code for this palette
/* CSS */
.softsun {
color: #f5c842;
}
.late-day-sun {
color: #f1e08e;
}
.champagne-cocktail {
color: #e4d6af;
}
.pretty-petunia {
color: #d6b8e0;
}
.satin-flower {
color: #b78ebe;
}
/* CSS Variables */
:root {
--softsun:#f5c842;
--late-day-sun:#f1e08e;
--champagne-cocktail:#e4d6af;
--pretty-petunia:#d6b8e0;
--satin-flower:#b78ebe;
}