Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.syndicalist {
color: #f5c400;
}
.matcha-powder {
color: #a0d100;
}
.glass-jar-blue {
color: #1fb2a6;
}
.delft {
color: #3d5a8a;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--syndicalist:#f5c400;
--matcha-powder:#a0d100;
--glass-jar-blue:#1fb2a6;
--delft:#3d5a8a;
}