Color names in this palette
CSS code for this palette
/* CSS */
.mystery-oceans {
color: #0b3d8e;
}
.blue-vacation {
color: #1f7fb7;
}
.lake-thun {
color: #4bc1e2;
}
.echo-iris {
color: #b7e2f5;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--mystery-oceans:#0b3d8e;
--blue-vacation:#1f7fb7;
--lake-thun:#4bc1e2;
--echo-iris:#b7e2f5;
--syndicalist:#f5c400;
}