Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.salmon-fresco {
color: #f9ae9f;
}
.fulgrim-pink {
color: #f9b4ce;
}
.warm-bread {
color: #f9e7d2;
}
.satin-latour {
color: #f9d9ae;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--salmon-fresco:#f9ae9f;
--fulgrim-pink:#f9b4ce;
--warm-bread:#f9e7d2;
--satin-latour:#f9d9ae;
}