Color names in this palette
CSS code for this palette
/* CSS */
.rose-fog {
color: #e8bdb5;
}
.pearl-blush {
color: #f4cdc3;
}
.shell-ginger {
color: #f9e4d7;
}
.dress-up {
color: #f8c6bf;
}
.beauty-bush {
color: #eab8b3;
}
/* CSS Variables */
:root {
--rose-fog:#e8bdb5;
--pearl-blush:#f4cdc3;
--shell-ginger:#f9e4d7;
--dress-up:#f8c6bf;
--beauty-bush:#eab8b3;
}