Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b76;
}
.boat-house {
color: #4b8bc3;
}
.rhodes {
color: #89c2e6;
}
.butterfield {
color: #f5bf5b;
}
.iceland-poppy {
color: #f27e2c;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b76;
--boat-house:#4b8bc3;
--rhodes:#89c2e6;
--butterfield:#f5bf5b;
--iceland-poppy:#f27e2c;
}