Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e497b;
}
.san-marino {
color: #4b6b9b;
}
.jay-wing-feathers {
color: #7b90b7;
}
.sea-cliff {
color: #a3c4e0;
}
.sauerkraut {
color: #f0e0b7;
}
/* CSS Variables */
:root {
--theatre-blue:#1e497b;
--san-marino:#4b6b9b;
--jay-wing-feathers:#7b90b7;
--sea-cliff:#a3c4e0;
--sauerkraut:#f0e0b7;
}