Light Cotton Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Cotton palette
Light Cotton color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0e78e;
}
.color-3 {
color: #f6cfac;
}
.color-4 {
color: #f4a662;
}
.color-5 {
color: #d4afd1;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0e78e;
--color-3: #f6cfac;
--color-4: #f4a662;
--color-5: #d4afd1;
}
Light Cotton background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0e78e, #f6cfac, #f4a662, #d4afd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0e78e, #f6cfac, #f4a662, #d4afd1);
}
Similar color palettes
Light Cotton color palette created on .