Color names in this palette
CSS code for this palette
/* CSS */
.noteworthy {
color: #dab9c8;
}
.tinted-rosewood {
color: #e5c7d2;
}
.priscilla {
color: #efd2dc;
}
.first-impression {
color: #f5e5e8;
}
.sentimental-pink {
color: #f9f0f2;
}
/* CSS Variables */
:root {
--noteworthy:#dab9c8;
--tinted-rosewood:#e5c7d2;
--priscilla:#efd2dc;
--first-impression:#f5e5e8;
--sentimental-pink:#f9f0f2;
}