Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.delicate-brown {
color: #a68c8c;
}
.straw-harvest {
color: #dac9a4;
}
.sandy-shore {
color: #f2e8ba;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--delicate-brown:#a68c8c;
--straw-harvest:#dac9a4;
--sandy-shore:#f2e8ba;
--creamy-sweet-corn:#f9c54e;
}