CSS code for this palette
/* CSS */
.rainy-lake {
color: #3b6a8c;
}
.brig {
color: #4ea0c1;
}
.arctic-ocean {
color: #6cc3d0;
}
.overtone {
color: #a5e4b0;
}
.dilly-dally {
color: #f3da5e;
}
/* CSS Variables */
:root {
--rainy-lake:#3b6a8c;
--brig:#4ea0c1;
--arctic-ocean:#6cc3d0;
--overtone:#a5e4b0;
--dilly-dally:#f3da5e;
}