Color names in this palette
CSS code for this palette
/* CSS */
.dusty-teal {
color: #4d8f89;
}
.venice-escape {
color: #77b0b1;
}
.sinbad {
color: #a4d6d1;
}
.aquarelle-green {
color: #e2f3e5;
}
.god-given {
color: #f9f3e1;
}
/* CSS Variables */
:root {
--dusty-teal:#4d8f89;
--venice-escape:#77b0b1;
--sinbad:#a4d6d1;
--aquarelle-green:#e2f3e5;
--god-given:#f9f3e1;
}