Denim Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Denim Shades palette

Share this palette to:

Denim Shades color palette CSS

/* CSS */
.color-1 {
color: #1560bc;
}
.color-2 {
color: #3a7cd9;
}
.color-3 {
color: #6cb2e4;
}
.color-4 {
color: #a1d6e8;
}
.color-5 {
color: #f3f9fc;
}

/* CSS Variables */
:root {
--color-1: #1560bc;
--color-2: #3a7cd9;
--color-3: #6cb2e4;
--color-4: #a1d6e8;
--color-5: #f3f9fc;
}

Denim Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1560bc, #3a7cd9, #6cb2e4, #a1d6e8, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1560bc, #3a7cd9, #6cb2e4, #a1d6e8, #f3f9fc);
}

Denim Shades color palette created on .