Color names in this palette
CSS code for this palette
/* CSS */
.satin-deep-black {
color: #1c1e21;
}
.ripe-eggplant {
color: #492c39;
}
.pinky-pickle {
color: #b86b8c;
}
.favourite-lady {
color: #e2c1d4;
}
.fancy-pink {
color: #f7e9e9;
}
/* CSS Variables */
:root {
--satin-deep-black:#1c1e21;
--ripe-eggplant:#492c39;
--pinky-pickle:#b86b8c;
--favourite-lady:#e2c1d4;
--fancy-pink:#f7e9e9;
}