Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b76;
}
.atlantic-gull {
color: #498cb6;
}
.deluxe-days {
color: #8ecae6;
}
.crab-apple {
color: #f0e57f;
}
.poppy-glow {
color: #f28a4a;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b76;
--atlantic-gull:#498cb6;
--deluxe-days:#8ecae6;
--crab-apple:#f0e57f;
--poppy-glow:#f28a4a;
}