Orange Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Orange Wine palette
Orange Wine color palette PNG image
Orange Wine color palette CSS
/* CSS */
.color-1 {
color: #c05b21;
}
.color-2 {
color: #da7a4e;
}
.color-3 {
color: #e6a86b;
}
.color-4 {
color: #f4c299;
}
.color-5 {
color: #fbe1b1;
}
/* CSS Variables */
:root {
--color-1: #c05b21;
--color-2: #da7a4e;
--color-3: #e6a86b;
--color-4: #f4c299;
--color-5: #fbe1b1;
}
Orange Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c05b21, #da7a4e, #e6a86b, #f4c299, #fbe1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c05b21, #da7a4e, #e6a86b, #f4c299, #fbe1b1);
}
Similar color palettes
Orange Wine color palette created on .