Color names in this palette
CSS code for this palette
/* CSS */
.jugendstil-turquoise {
color: #5e9c9b;
}
.downy {
color: #70d2c3;
}
.sea-foam {
color: #82e3cf;
}
.citrus-sachet {
color: #f5c8a8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--jugendstil-turquoise:#5e9c9b;
--downy:#70d2c3;
--sea-foam:#82e3cf;
--citrus-sachet:#f5c8a8;
--solar-plexus-chakra:#f1c84b;
}