Color names in this palette
CSS code for this palette
/* CSS */
.blue-regent {
color: #2b5b91;
}
.boat-house {
color: #508cc3;
}
.lucea {
color: #7bb2e5;
}
.neighborly-peach {
color: #f1c3a2;
}
.painted-poppy {
color: #cf503a;
}
/* CSS Variables */
:root {
--blue-regent:#2b5b91;
--boat-house:#508cc3;
--lucea:#7bb2e5;
--neighborly-peach:#f1c3a2;
--painted-poppy:#cf503a;
}