Silk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Silk palette

Share this palette to:

Silk color palette CSS

/* CSS */
.color-1 {
color: #e1c7d5;
}
.color-2 {
color: #d7a8b5;
}
.color-3 {
color: #d080a4;
}
.color-4 {
color: #b4558d;
}
.color-5 {
color: #8c2c6f;
}

/* CSS Variables */
:root {
--color-1: #e1c7d5;
--color-2: #d7a8b5;
--color-3: #d080a4;
--color-4: #b4558d;
--color-5: #8c2c6f;
}

Silk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c7d5, #d7a8b5, #d080a4, #b4558d, #8c2c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c7d5, #d7a8b5, #d080a4, #b4558d, #8c2c6f);
}

Silk color palette created on .