Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.spilt-milk {
color: #f3f9d2;
}
.lili-elbe-s-pink {
color: #d5a4b1;
}
.tartare {
color: #c25a3d;
}
.burnished-russet {
color: #7d3d2b;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--spilt-milk:#f3f9d2;
--lili-elbe-s-pink:#d5a4b1;
--tartare:#c25a3d;
--burnished-russet:#7d3d2b;
}