Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3d6f;
}
.great-serpent {
color: #4a6fa5;
}
.goluboy-blue {
color: #89b9e1;
}
.ganon-blue {
color: #a2e6f6;
}
.alice-blue {
color: #f0f9ff;
}
/* CSS Variables */
:root {
--limoges:#1f3d6f;
--great-serpent:#4a6fa5;
--goluboy-blue:#89b9e1;
--ganon-blue:#a2e6f6;
--alice-blue:#f0f9ff;
}