Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.angel-s-trumpet {
color: #f2e03a;
}
.jeune-citron {
color: #a9d40c;
}
.irish {
color: #3b8c56;
}
.olympian-blue {
color: #1d4f8b;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--angel-s-trumpet:#f2e03a;
--jeune-citron:#a9d40c;
--irish:#3b8c56;
--olympian-blue:#1d4f8b;
}