Cashmere Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cashmere Beige palette

Share this palette to:

Cashmere Beige color palette CSS

/* CSS */
.color-1 {
color: #f0d2c1;
}
.color-2 {
color: #e6bfa3;
}
.color-3 {
color: #d4a58c;
}
.color-4 {
color: #c99e73;
}
.color-5 {
color: #b6905d;
}

/* CSS Variables */
:root {
--color-1: #f0d2c1;
--color-2: #e6bfa3;
--color-3: #d4a58c;
--color-4: #c99e73;
--color-5: #b6905d;
}

Cashmere Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0d2c1, #e6bfa3, #d4a58c, #c99e73, #b6905d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0d2c1, #e6bfa3, #d4a58c, #c99e73, #b6905d);
}

Cashmere Beige color palette created on .