Cozy Blue Fog Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cozy Blue Fog palette

Share this palette to:

Download Cozy Blue Fog Color Palette (PNG)

Download cozy blue fog color palette PNG image (landscape)
Download cozy blue fog color palette PNG image (square)

Cozy Blue Fog color palette CSS

/* CSS */
.color-1 {
color: #a6b5c9;
}
.color-2 {
color: #8da2b9;
}
.color-3 {
color: #7192a8;
}
.color-4 {
color: #4b8095;
}
.color-5 {
color: #3a6b82;
}

/* CSS Variables */
:root {
--color-1: #a6b5c9;
--color-2: #8da2b9;
--color-3: #7192a8;
--color-4: #4b8095;
--color-5: #3a6b82;
}

Cozy Blue Fog background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6b5c9, #8da2b9, #7192a8, #4b8095, #3a6b82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6b5c9, #8da2b9, #7192a8, #4b8095, #3a6b82);
}

Cozy Blue Fog color palette created on .