Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.deep-fried-sun-rays {
color: #f6c85a;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.aqua-glass {
color: #d1e6e1;
}
.sinbad {
color: #a4d5d0;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--deep-fried-sun-rays:#f6c85a;
--lemon-ice-yellow:#f7e2a6;
--aqua-glass:#d1e6e1;
--sinbad:#a4d5d0;
}