Soft Taupe Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Taupe palette
Soft Taupe color palette CSS
/* CSS */
.color-1 {
color: #b89a8e;
}
.color-2 {
color: #d2b8a3;
}
.color-3 {
color: #e7d0c5;
}
.color-4 {
color: #f5e2d1;
}
.color-5 {
color: #e0c8ae;
}
/* CSS Variables */
:root {
--color-1: #b89a8e;
--color-2: #d2b8a3;
--color-3: #e7d0c5;
--color-4: #f5e2d1;
--color-5: #e0c8ae;
}
Soft Taupe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b89a8e, #d2b8a3, #e7d0c5, #f5e2d1, #e0c8ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b89a8e, #d2b8a3, #e7d0c5, #f5e2d1, #e0c8ae);
}
Similar color palettes
Soft Taupe color palette created on .