Color names in this palette
CSS code for this palette
/* CSS */
.silent-river {
color: #b9dada;
}
.blue-green-gem {
color: #78c9c9;
}
.veranda {
color: #5ea6a6;
}
.mirage-lake {
color: #4b9191;
}
.ming {
color: #3d7676;
}
/* CSS Variables */
:root {
--silent-river:#b9dada;
--blue-green-gem:#78c9c9;
--veranda:#5ea6a6;
--mirage-lake:#4b9191;
--ming:#3d7676;
}