Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.bright-eggplant {
color: #5e4b8b;
}
.cyclamen-red {
color: #a45b8d;
}
.blue-angels-yellow {
color: #fab700;
}
.angry-flamingo {
color: #f54b42;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--bright-eggplant:#5e4b8b;
--cyclamen-red:#a45b8d;
--blue-angels-yellow:#fab700;
--angry-flamingo:#f54b42;
}