Color names in this palette
CSS code for this palette
/* CSS */
.maritime-outpost {
color: #1a3f7f;
}
.caledor-sky {
color: #2c629b;
}
.aztec-sky {
color: #4cb8d6;
}
.light-budgie-blue {
color: #9ed3e6;
}
.opulent-opal {
color: #f2eae9;
}
/* CSS Variables */
:root {
--maritime-outpost:#1a3f7f;
--caledor-sky:#2c629b;
--aztec-sky:#4cb8d6;
--light-budgie-blue:#9ed3e6;
--opulent-opal:#f2eae9;
}