Color names in this palette
CSS code for this palette
/* CSS */
.nacho-cheese {
color: #ffbb00;
}
.forsythia {
color: #ffc800;
}
.tuscan-sun {
color: #ffd84d;
}
.ripe-pineapple {
color: #ffe47a;
}
.lemon-bundt-cake {
color: #fff59e;
}
/* CSS Variables */
:root {
--nacho-cheese:#ffbb00;
--forsythia:#ffc800;
--tuscan-sun:#ffd84d;
--ripe-pineapple:#ffe47a;
--lemon-bundt-cake:#fff59e;
}