Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d5;
}
.jugendstil-turquoise {
color: #5e9c9b;
}
.corrosion-green {
color: #49a78c;
}
.aquastone {
color: #8bc6b3;
}
.italian-straw {
color: #e6d4a2;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d5;
--jugendstil-turquoise:#5e9c9b;
--corrosion-green:#49a78c;
--aquastone:#8bc6b3;
--italian-straw:#e6d4a2;
}