Color names in this palette
CSS code for this palette
/* CSS */
.berry-pie {
color: #4e6e8d;
}
.blue-shoal {
color: #6a8c95;
}
.donnegal {
color: #8bb1a0;
}
.southern-belle {
color: #a6d3c3;
}
.icy-glacier {
color: #d3e9e1;
}
/* CSS Variables */
:root {
--berry-pie:#4e6e8d;
--blue-shoal:#6a8c95;
--donnegal:#8bb1a0;
--southern-belle:#a6d3c3;
--icy-glacier:#d3e9e1;
}