Color names in this palette
CSS code for this palette
/* CSS */
.oyster-pink {
color: #d4b6af;
}
.birthday-suit {
color: #e3c7b5;
}
.delicate-rose {
color: #f6e1d5;
}
.mystic-tulip {
color: #f7b7a1;
}
.medium-terracotta {
color: #d79b88;
}
/* CSS Variables */
:root {
--oyster-pink:#d4b6af;
--birthday-suit:#e3c7b5;
--delicate-rose:#f6e1d5;
--mystic-tulip:#f7b7a1;
--medium-terracotta:#d79b88;
}