Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1a4c8e;
}
.atlantic-gull {
color: #498cb6;
}
.wavelet {
color: #7bc2d1;
}
.ice-crystal-blue {
color: #a4e5e0;
}
.dolly {
color: #f3f76e;
}
/* CSS Variables */
:root {
--dancing-sea:#1a4c8e;
--atlantic-gull:#498cb6;
--wavelet:#7bc2d1;
--ice-crystal-blue:#a4e5e0;
--dolly:#f3f76e;
}