Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.pancho {
color: #e0b98f;
}
.king-s-cloak {
color: #c78a8d;
}
.usu-pink {
color: #a67d9d;
}
.sumire-violet {
color: #785b9f;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--pancho:#e0b98f;
--king-s-cloak:#c78a8d;
--usu-pink:#a67d9d;
--sumire-violet:#785b9f;
}