Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #4bc9e2;
}
.blue-raspberry-seed {
color: #3da0c7;
}
.fun-and-games {
color: #2f7e9d;
}
.blumine {
color: #2b5f73;
}
.dark-slate-blue {
color: #21495e;
}
/* CSS Variables */
:root {
--clean-pool:#4bc9e2;
--blue-raspberry-seed:#3da0c7;
--fun-and-games:#2f7e9d;
--blumine:#2b5f73;
--dark-slate-blue:#21495e;
}