Winter Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Blue palette

Share this palette to:

Winter Blue color palette CSS

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #a1d3b7;
}
.color-3 {
color: #f2e4b5;
}
.color-4 {
color: #f19f93;
}
.color-5 {
color: #e6b3da;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #a1d3b7;
--color-3: #f2e4b5;
--color-4: #f19f93;
--color-5: #e6b3da;
}

Winter Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #a1d3b7, #f2e4b5, #f19f93, #e6b3da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #a1d3b7, #f2e4b5, #f19f93, #e6b3da);
}

Winter Blue color palette created on .