Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.goldfinch {
color: #f9e45d;
}
.jeune-citron {
color: #a8d30d;
}
.devil-s-grass {
color: #4cae56;
}
.kandinsky-turquoise {
color: #2c7c81;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--goldfinch:#f9e45d;
--jeune-citron:#a8d30d;
--devil-s-grass:#4cae56;
--kandinsky-turquoise:#2c7c81;
}