Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4d6c;
}
.adrift {
color: #498e9c;
}
.blue-glint {
color: #8fc4d6;
}
.majestic-treasures {
color: #f1e9a7;
}
.ridgeback {
color: #f0995c;
}
/* CSS Variables */
:root {
--seafarer:#1e4d6c;
--adrift:#498e9c;
--blue-glint:#8fc4d6;
--majestic-treasures:#f1e9a7;
--ridgeback:#f0995c;
}