Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e4e7b;
}
.quiet-night {
color: #3b8cbf;
}
.sail-away {
color: #59b0e3;
}
.juzcar-blue {
color: #a1d6f2;
}
.siesta-sands {
color: #f1e6df;
}
/* CSS Variables */
:root {
--theatre-blue:#1e4e7b;
--quiet-night:#3b8cbf;
--sail-away:#59b0e3;
--juzcar-blue:#a1d6f2;
--siesta-sands:#f1e6df;
}