Color names in this palette
CSS code for this palette
/* CSS */
.greenella {
color: #5d897c;
}
.indian-ocean {
color: #86b6a1;
}
.mint-mist {
color: #b8e0d6;
}
.quiet-whisper {
color: #f0f3e7;
}
.wake-me-up {
color: #f3d758;
}
/* CSS Variables */
:root {
--greenella:#5d897c;
--indian-ocean:#86b6a1;
--mint-mist:#b8e0d6;
--quiet-whisper:#f0f3e7;
--wake-me-up:#f3d758;
}