Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1d4f90;
}
.winter-time {
color: #3a8ea1;
}
.blouson-blue {
color: #62b7c6;
}
.water-nymph {
color: #85d2e0;
}
.coastal-breeze {
color: #e2f5f8;
}
/* CSS Variables */
:root {
--sweat-bee:#1d4f90;
--winter-time:#3a8ea1;
--blouson-blue:#62b7c6;
--water-nymph:#85d2e0;
--coastal-breeze:#e2f5f8;
}