Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.anna-banana {
color: #f6d841;
}
.majestic-treasures {
color: #f1e8a2;
}
.timeless-seafoam {
color: #afe4df;
}
.harbor {
color: #5b8d9a;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--anna-banana:#f6d841;
--majestic-treasures:#f1e8a2;
--timeless-seafoam:#afe4df;
--harbor:#5b8d9a;
}