Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a60;
}
.ocean-call {
color: #2e6b8e;
}
.bluette {
color: #9fc1d6;
}
.majestic-treasures {
color: #f2e7a6;
}
.durotar-fire {
color: #f05a28;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a60;
--ocean-call:#2e6b8e;
--bluette:#9fc1d6;
--majestic-treasures:#f2e7a6;
--durotar-fire:#f05a28;
}