Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1a4e8e;
}
.wide-sky {
color: #3c6eaf;
}
.kindred {
color: #70a1d2;
}
.terrace-pool {
color: #a3d7e0;
}
.coastal-breeze {
color: #e2f4f8;
}
/* CSS Variables */
:root {
--dancing-sea:#1a4e8e;
--wide-sky:#3c6eaf;
--kindred:#70a1d2;
--terrace-pool:#a3d7e0;
--coastal-breeze:#e2f4f8;
}