Color names in this palette
CSS code for this palette
/* CSS */
.navy-seal {
color: #1f3a89;
}
.sea-loch {
color: #6c9bd0;
}
.blue-click {
color: #a9d8ea;
}
.cymophane-yellow {
color: #f3e5a5;
}
.citrus-hill {
color: #f9a88b;
}
/* CSS Variables */
:root {
--navy-seal:#1f3a89;
--sea-loch:#6c9bd0;
--blue-click:#a9d8ea;
--cymophane-yellow:#f3e5a5;
--citrus-hill:#f9a88b;
}