Color names in this palette
CSS code for this palette
/* CSS */
.jugendstil-turquoise {
color: #5e9c9c;
}
.smooth-satin {
color: #a3d7d4;
}
.certain-peach {
color: #f5b9a3;
}
.cr-me-de-la-cr-me {
color: #f4e7b4;
}
.parfait-pink {
color: #e6b2c3;
}
/* CSS Variables */
:root {
--jugendstil-turquoise:#5e9c9c;
--smooth-satin:#a3d7d4;
--certain-peach:#f5b9a3;
--cr-me-de-la-cr-me:#f4e7b4;
--parfait-pink:#e6b2c3;
}