Color names in this palette
CSS code for this palette
/* CSS */
.slender-reed {
color: #dfc19f;
}
.soba {
color: #d1b49f;
}
.velour {
color: #b7a8c2;
}
.wisteria-light-soft-blue {
color: #a3a4c7;
}
.della-robbia-blue {
color: #7b9bcc;
}
/* CSS Variables */
:root {
--slender-reed:#dfc19f;
--soba:#d1b49f;
--velour:#b7a8c2;
--wisteria-light-soft-blue:#a3a4c7;
--della-robbia-blue:#7b9bcc;
}