Neutral Cold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neutral Cold palette

Share this palette to:

Neutral Cold color palette PNG image

Download neutral cold color palette PNG image (landscape)
Download neutral cold color palette PNG image (square)

Neutral Cold color palette CSS

/* CSS */
.color-1 {
color: #a2b0c3;
}
.color-2 {
color: #f3f5f7;
}
.color-3 {
color: #e0e6eb;
}
.color-4 {
color: #b6c8d8;
}
.color-5 {
color: #8ca1b5;
}

/* CSS Variables */
:root {
--color-1: #a2b0c3;
--color-2: #f3f5f7;
--color-3: #e0e6eb;
--color-4: #b6c8d8;
--color-5: #8ca1b5;
}

Neutral Cold background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b0c3, #f3f5f7, #e0e6eb, #b6c8d8, #8ca1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b0c3, #f3f5f7, #e0e6eb, #b6c8d8, #8ca1b5);
}

Neutral Cold color palette created on .