Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4b8b;
}
.celestial-plum {
color: #3b7dbf;
}
.norfolk-sky {
color: #6cb8e4;
}
.juzcar-blue {
color: #a1d3f7;
}
.cotton-ball {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4b8b;
--celestial-plum:#3b7dbf;
--norfolk-sky:#6cb8e4;
--juzcar-blue:#a1d3f7;
--cotton-ball:#f3f9fc;
}