Yellow Cotton Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Cotton palette
Yellow Cotton color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e2b83c;
}
.color-3 {
color: #d7a72d;
}
.color-4 {
color: #bbac25;
}
.color-5 {
color: #a7b323;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e2b83c;
--color-3: #d7a72d;
--color-4: #bbac25;
--color-5: #a7b323;
}
Yellow Cotton background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e2b83c, #d7a72d, #bbac25, #a7b323);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e2b83c, #d7a72d, #bbac25, #a7b323);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Yellow Cotton color palette created on .