Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.high-style {
color: #a6b5d9;
}
.violet-indigo {
color: #4b2c63;
}
.eau-de-rose {
color: #e4b9d3;
}
.coffee {
color: #714e38;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--high-style:#a6b5d9;
--violet-indigo:#4b2c63;
--eau-de-rose:#e4b9d3;
--coffee:#714e38;
}