Color names in this palette
CSS code for this palette
/* CSS */
.schiava-blue {
color: #1c295e;
}
.mazarine-blue {
color: #2a3e7e;
}
.great-serpent {
color: #4a6da1;
}
.meadow-blossom-blue {
color: #7ab5d6;
}
.azure-sky {
color: #b2e3f5;
}
/* CSS Variables */
:root {
--schiava-blue:#1c295e;
--mazarine-blue:#2a3e7e;
--great-serpent:#4a6da1;
--meadow-blossom-blue:#7ab5d6;
--azure-sky:#b2e3f5;
}