Color names in this palette
CSS code for this palette
/* CSS */
.silken-raspberry {
color: #a67d8c;
}
.snowpink {
color: #f1c6c0;
}
.alyssum {
color: #f2d4d6;
}
.ballet-white {
color: #f2e6d9;
}
.warming-peach {
color: #e4b5a0;
}
/* CSS Variables */
:root {
--silken-raspberry:#a67d8c;
--snowpink:#f1c6c0;
--alyssum:#f2d4d6;
--ballet-white:#f2e6d9;
--warming-peach:#e4b5a0;
}