Winter Fox Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Fox Blue palette

Share this palette to:

Winter Fox Blue color palette CSS

/* CSS */
.color-1 {
color: #c46d4a;
}
.color-2 {
color: #e1b189;
}
.color-3 {
color: #f5e8c7;
}
.color-4 {
color: #b2cadc;
}
.color-5 {
color: #6c8e9d;
}

/* CSS Variables */
:root {
--color-1: #c46d4a;
--color-2: #e1b189;
--color-3: #f5e8c7;
--color-4: #b2cadc;
--color-5: #6c8e9d;
}

Winter Fox Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c46d4a, #e1b189, #f5e8c7, #b2cadc, #6c8e9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c46d4a, #e1b189, #f5e8c7, #b2cadc, #6c8e9d);
}

Winter Fox Blue color palette created on .