Linen Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Linen Shades palette

Share this palette to:

Linen Shades color palette CSS

/* CSS */
.color-1 {
color: #f5e2c7;
}
.color-2 {
color: #f6cec1;
}
.color-3 {
color: #f8b3a0;
}
.color-4 {
color: #f69f8e;
}
.color-5 {
color: #f66a7a;
}

/* CSS Variables */
:root {
--color-1: #f5e2c7;
--color-2: #f6cec1;
--color-3: #f8b3a0;
--color-4: #f69f8e;
--color-5: #f66a7a;
}

Linen Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2c7, #f6cec1, #f8b3a0, #f69f8e, #f66a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2c7, #f6cec1, #f8b3a0, #f69f8e, #f66a7a);
}

Linen Shades color palette created on .