Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1a4d6b;
}
.brittany-blue {
color: #4d7c89;
}
.grey-flannel {
color: #8d9ca0;
}
.dante-peak {
color: #b3d6d5;
}
.frosty-mint {
color: #e4f6f5;
}
/* CSS Variables */
:root {
--seafarer:#1a4d6b;
--brittany-blue:#4d7c89;
--grey-flannel:#8d9ca0;
--dante-peak:#b3d6d5;
--frosty-mint:#e4f6f5;
}