Color names in this palette
CSS code for this palette
/* CSS */
.goddess {
color: #d0e3e7;
}
.drip {
color: #a5c9d5;
}
.estuary-blue {
color: #71a2b7;
}
.hippie-blue {
color: #4a8b96;
}
.mysterious-blue {
color: #3a7b88;
}
/* CSS Variables */
:root {
--goddess:#d0e3e7;
--drip:#a5c9d5;
--estuary-blue:#71a2b7;
--hippie-blue:#4a8b96;
--mysterious-blue:#3a7b88;
}