Color names in this palette
CSS code for this palette
/* CSS */
.blushed-cotton {
color: #f0e0d1;
}
.japanese-rose-garden {
color: #e5b8c3;
}
.tobermory {
color: #d49b9b;
}
.usu-pink {
color: #a27c9d;
}
.gladiola-violet {
color: #6d4f7d;
}
/* CSS Variables */
:root {
--blushed-cotton:#f0e0d1;
--japanese-rose-garden:#e5b8c3;
--tobermory:#d49b9b;
--usu-pink:#a27c9d;
--gladiola-violet:#6d4f7d;
}