All Palettes

Color Palette #ffbf00, #ffcf33, #ffd966, #ffc300, #ffa600

0%
0%
0%

CSS code for this palette

/* CSS */
.amber {
color: #ffbf00;
}
.sunglow {
color: #ffcf33;
}
.yuzu-marmalade {
color: #ffd966;
}
.citrus-splash {
color: #ffc300;
}
.cheese {
color: #ffa600;
}

/* CSS Variables */
:root {
--amber:#ffbf00;
--sunglow:#ffcf33;
--yuzu-marmalade:#ffd966;
--citrus-splash:#ffc300;
--cheese:#ffa600;
}

More palettes to explore