Color names in this palette
CSS code for this palette
/* CSS */
.sovereign-red {
color: #d2283f;
}
.phoenix-flames {
color: #f99c1a;
}
.saffron {
color: #f6c231;
}
.makrut-lime {
color: #669447;
}
.beijing-blue {
color: #3f7eab;
}
/* CSS Variables */
:root {
--sovereign-red:#d2283f;
--phoenix-flames:#f99c1a;
--saffron:#f6c231;
--makrut-lime:#669447;
--beijing-blue:#3f7eab;
}