Color names in this palette
CSS code for this palette
/* CSS */
.oyster-pink {
color: #d4b6af;
}
.sand-dance {
color: #e2c7bb;
}
.iced-apricot {
color: #f0d6c1;
}
.breakfast-biscuit {
color: #f8e4d3;
}
.pomelo-sugar {
color: #fde8e2;
}
/* CSS Variables */
:root {
--oyster-pink:#d4b6af;
--sand-dance:#e2c7bb;
--iced-apricot:#f0d6c1;
--breakfast-biscuit:#f8e4d3;
--pomelo-sugar:#fde8e2;
}