Color names in this palette
CSS code for this palette
/* CSS */
.bavarian-blue {
color: #1c298d;
}
.galaxy-express {
color: #49499c;
}
.queen-s {
color: #7d6f9b;
}
.shade-of-marigold {
color: #b88b3d;
}
.amour {
color: #f25b4a;
}
/* CSS Variables */
:root {
--bavarian-blue:#1c298d;
--galaxy-express:#49499c;
--queen-s:#7d6f9b;
--shade-of-marigold:#b88b3d;
--amour:#f25b4a;
}