Color names in this palette
CSS code for this palette
/* CSS */
.fainting-light {
color: #1f2a47;
}
.nautilus {
color: #2a3b5a;
}
.sea-of-galilee {
color: #496a92;
}
.sonata {
color: #aac7da;
}
.soft-butter {
color: #f4e1b8;
}
/* CSS Variables */
:root {
--fainting-light:#1f2a47;
--nautilus:#2a3b5a;
--sea-of-galilee:#496a92;
--sonata:#aac7da;
--soft-butter:#f4e1b8;
}