Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1b3b5a;
}
.tech-wave {
color: #4c7b9e;
}
.after-the-rain {
color: #8dc3d3;
}
.oyster-bisque {
color: #f1e5b1;
}
.california {
color: #eb883d;
}
/* CSS Variables */
:root {
--regal-blue:#1b3b5a;
--tech-wave:#4c7b9e;
--after-the-rain:#8dc3d3;
--oyster-bisque:#f1e5b1;
--california:#eb883d;
}