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