Color names in this palette
CSS code for this palette
/* CSS */
.celestial-blue {
color: #2e4a6b;
}
.technical-blue {
color: #5a7e8c;
}
.donnegal {
color: #8bb19f;
}
.nervy-hue {
color: #d1c15c;
}
.orangeville {
color: #e36c59;
}
/* CSS Variables */
:root {
--celestial-blue:#2e4a6b;
--technical-blue:#5a7e8c;
--donnegal:#8bb19f;
--nervy-hue:#d1c15c;
--orangeville:#e36c59;
}