Color names in this palette
CSS code for this palette
/* CSS */
.gentian-blue {
color: #1f1f9e;
}
.sage-violet {
color: #4a3e79;
}
.royalty-loyalty {
color: #a95dac;
}
.blue-angels-yellow {
color: #fab700;
}
.pelati {
color: #ff382e;
}
/* CSS Variables */
:root {
--gentian-blue:#1f1f9e;
--sage-violet:#4a3e79;
--royalty-loyalty:#a95dac;
--blue-angels-yellow:#fab700;
--pelati:#ff382e;
}