Color names in this palette
CSS code for this palette
/* CSS */
.saxony-blue {
color: #1f6b8e;
}
.clean-pool {
color: #4cb8e6;
}
.ocean-cruise {
color: #9fd3df;
}
.corn-field {
color: #f6f3c6;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--saxony-blue:#1f6b8e;
--clean-pool:#4cb8e6;
--ocean-cruise:#9fd3df;
--corn-field:#f6f3c6;
--n-rang-orange:#ff8052;
}