Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3a56;
}
.ocean-call {
color: #296e8e;
}
.bachelor-button {
color: #49b9d4;
}
.sunshine-mellow {
color: #f5c20a;
}
.nasturtium-flower {
color: #e94b1c;
}
/* CSS Variables */
:root {
--regal-blue:#1f3a56;
--ocean-call:#296e8e;
--bachelor-button:#49b9d4;
--sunshine-mellow:#f5c20a;
--nasturtium-flower:#e94b1c;
}