Color names in this palette
CSS code for this palette
/* CSS */
.almond-butter {
color: #d9c6a5;
}
.desire {
color: #e6374f;
}
.sandy-brown {
color: #f1a15f;
}
.ethereal-green {
color: #f1e7c6;
}
.natural-orchestra {
color: #4b9b7d;
}
/* CSS Variables */
:root {
--almond-butter:#d9c6a5;
--desire:#e6374f;
--sandy-brown:#f1a15f;
--ethereal-green:#f1e7c6;
--natural-orchestra:#4b9b7d;
}