Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1d2d;
}
.egyptian-violet {
color: #3d4b71;
}
.slate-blue {
color: #5c7c99;
}
.bamboo-forest {
color: #b3a67a;
}
.country-linens {
color: #d6c2a8;
}
/* CSS Variables */
:root {
--sambucus:#1a1d2d;
--egyptian-violet:#3d4b71;
--slate-blue:#5c7c99;
--bamboo-forest:#b3a67a;
--country-linens:#d6c2a8;
}