Color names in this palette
CSS code for this palette
/* CSS */
.pink-tint {
color: #d8c9ba;
}
.raindrop {
color: #9fc6c4;
}
.jugendstil-turquoise {
color: #5c9a9d;
}
.north-sea {
color: #2f6f68;
}
.lacustral {
color: #1b504a;
}
/* CSS Variables */
:root {
--pink-tint:#d8c9ba;
--raindrop:#9fc6c4;
--jugendstil-turquoise:#5c9a9d;
--north-sea:#2f6f68;
--lacustral:#1b504a;
}