Color names in this palette
CSS code for this palette
/* CSS */
.navy-seal {
color: #1b3b8d;
}
.wide-sky {
color: #3c6eb4;
}
.blue-gourami {
color: #6a9edc;
}
.pool-tiles {
color: #8cd4f2;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--navy-seal:#1b3b8d;
--wide-sky:#3c6eb4;
--blue-gourami:#6a9edc;
--pool-tiles:#8cd4f2;
--maximum-yellow-red:#f1b74b;
}