Color names in this palette
CSS code for this palette
/* CSS */
.hundred-waters {
color: #b2b7d2;
}
.adriatic-blue {
color: #5b8b9a;
}
.sundown {
color: #f5c99e;
}
.coronado-dunes {
color: #d4a68c;
}
.tutti-frutti {
color: #c05d7b;
}
/* CSS Variables */
:root {
--hundred-waters:#b2b7d2;
--adriatic-blue:#5b8b9a;
--sundown:#f5c99e;
--coronado-dunes:#d4a68c;
--tutti-frutti:#c05d7b;
}