Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #192d4d;
}
.china-pattern {
color: #3d5d76;
}
.alaskan-ice {
color: #7c9ec0;
}
.thai-ice-tea {
color: #e0a57b;
}
.mandarin-orange {
color: #f26c3a;
}
/* CSS Variables */
:root {
--rurikon-blue:#192d4d;
--china-pattern:#3d5d76;
--alaskan-ice:#7c9ec0;
--thai-ice-tea:#e0a57b;
--mandarin-orange:#f26c3a;
}