Color names in this palette
CSS code for this palette
/* CSS */
.jugendstil-turquoise {
color: #5e9a9c;
}
.smooth-satin {
color: #a2d7d1;
}
.butter-cookie {
color: #f0e5b2;
}
.whipped-peach {
color: #f9cfae;
}
.capocollo {
color: #d84f4f;
}
/* CSS Variables */
:root {
--jugendstil-turquoise:#5e9a9c;
--smooth-satin:#a2d7d1;
--butter-cookie:#f0e5b2;
--whipped-peach:#f9cfae;
--capocollo:#d84f4f;
}