Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #2f4b89;
}
.riverside {
color: #4e6e97;
}
.bluesy-note {
color: #7b9db7;
}
.getting-wet {
color: #c4dae4;
}
.golden-mary {
color: #f6bb3c;
}
/* CSS Variables */
:root {
--blue-highlight:#2f4b89;
--riverside:#4e6e97;
--bluesy-note:#7b9db7;
--getting-wet:#c4dae4;
--golden-mary:#f6bb3c;
}