Color names in this palette
CSS code for this palette
/* CSS */
.smooth-as-corn-silk {
color: #f5e4b2;
}
.satin-latour {
color: #f9d9ae;
}
.fuzzy-navel {
color: #fdd5a0;
}
.golden-hour {
color: #f2b55a;
}
.carnival {
color: #e68a2d;
}
/* CSS Variables */
:root {
--smooth-as-corn-silk:#f5e4b2;
--satin-latour:#f9d9ae;
--fuzzy-navel:#fdd5a0;
--golden-hour:#f2b55a;
--carnival:#e68a2d;
}