Silt Stripe Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Silt Stripe palette
Color Inspiration
Images that showcase this color palette in real designs
Download Silt Stripe Color Palette (PNG)
Silt Stripe color palette CSS
/* CSS */
.color-1 {
color: #d5c2a5;
}
.color-2 {
color: #b49d79;
}
.color-3 {
color: #7c7c5a;
}
.color-4 {
color: #4d6a5e;
}
.color-5 {
color: #3a8c8d;
}
/* CSS Variables */
:root {
--color-1: #d5c2a5;
--color-2: #b49d79;
--color-3: #7c7c5a;
--color-4: #4d6a5e;
--color-5: #3a8c8d;
}
Silt Stripe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c2a5, #b49d79, #7c7c5a, #4d6a5e, #3a8c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c2a5, #b49d79, #7c7c5a, #4d6a5e, #3a8c8d);
}
Similar color palettes
Silt Stripe color palette created on .