Winter Fruits Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Fruits palette

Share this palette to:

Winter Fruits color palette CSS

/* CSS */
.color-1 {
color: #a8001c;
}
.color-2 {
color: #d15c89;
}
.color-3 {
color: #f7a6b7;
}
.color-4 {
color: #f8d86d;
}
.color-5 {
color: #6b8f24;
}

/* CSS Variables */
:root {
--color-1: #a8001c;
--color-2: #d15c89;
--color-3: #f7a6b7;
--color-4: #f8d86d;
--color-5: #6b8f24;
}

Winter Fruits background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8001c, #d15c89, #f7a6b7, #f8d86d, #6b8f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8001c, #d15c89, #f7a6b7, #f8d86d, #6b8f24);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Winter Fruits color palette created on .