Color names in this palette
CSS code for this palette
/* CSS */
.endless {
color: #5b9a6e;
}
.eerie-glow {
color: #a7d7b8;
}
.majestic-treasures {
color: #f2e7a6;
}
.blue-angels-yellow {
color: #fab700;
}
.sweet-mandarin {
color: #d65d38;
}
/* CSS Variables */
:root {
--endless:#5b9a6e;
--eerie-glow:#a7d7b8;
--majestic-treasures:#f2e7a6;
--blue-angels-yellow:#fab700;
--sweet-mandarin:#d65d38;
}