Color names in this palette
CSS code for this palette
/* CSS */
.jugendstil-turquoise {
color: #5c999d;
}
.smooth-satin {
color: #a1d4d4;
}
.green-power {
color: #e1e0c6;
}
.sweet-nectar {
color: #f9c0ae;
}
.pink-carnation {
color: #f174a2;
}
/* CSS Variables */
:root {
--jugendstil-turquoise:#5c999d;
--smooth-satin:#a1d4d4;
--green-power:#e1e0c6;
--sweet-nectar:#f9c0ae;
--pink-carnation:#f174a2;
}