Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b76;
}
.hippie-blue {
color: #498a9c;
}
.pale-jade {
color: #77c0b5;
}
.french-vanilla {
color: #f1e1a7;
}
.spicy-paella {
color: #f28d3a;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b76;
--hippie-blue:#498a9c;
--pale-jade:#77c0b5;
--french-vanilla:#f1e1a7;
--spicy-paella:#f28d3a;
}