Color names in this palette
CSS code for this palette
/* CSS */
.rose-fog {
color: #e8bdb5;
}
.brilliant-beige {
color: #f2c3b5;
}
.cloud-pink {
color: #f6d1c6;
}
.illuminated {
color: #f9e5d7;
}
.love-spell {
color: #f7b6c3;
}
/* CSS Variables */
:root {
--rose-fog:#e8bdb5;
--brilliant-beige:#f2c3b5;
--cloud-pink:#f6d1c6;
--illuminated:#f9e5d7;
--love-spell:#f7b6c3;
}