Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5b8c;
}
.scanda {
color: #6d8eab;
}
.windsor-way {
color: #a2c7e7;
}
.sugar-cookie {
color: #f2e5a1;
}
.elegant-ice {
color: #c2b7b7;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5b8c;
--scanda:#6d8eab;
--windsor-way:#a2c7e7;
--sugar-cookie:#f2e5a1;
--elegant-ice:#c2b7b7;
}