Color names in this palette
CSS code for this palette
/* CSS */
.ivory-tassel {
color: #f7e9d9;
}
.citrus-sachet {
color: #f1c6a7;
}
.corally {
color: #f9a89f;
}
.natural-candy-pink {
color: #e1707d;
}
.romantic-embers {
color: #b43c4e;
}
/* CSS Variables */
:root {
--ivory-tassel:#f7e9d9;
--citrus-sachet:#f1c6a7;
--corally:#f9a89f;
--natural-candy-pink:#e1707d;
--romantic-embers:#b43c4e;
}