Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1f4e70;
}
.wipeout {
color: #3e7d98;
}
.glacier-lake {
color: #64b1c4;
}
.ice-crystal-blue {
color: #a6e1e2;
}
.chef-s-hat {
color: #f2f8f5;
}
/* CSS Variables */
:root {
--seafarer:#1f4e70;
--wipeout:#3e7d98;
--glacier-lake:#64b1c4;
--ice-crystal-blue:#a6e1e2;
--chef-s-hat:#f2f8f5;
}