Silken Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Silken Embrace palette

Share this palette to:

Silken Embrace color palette CSS

/* CSS */
.color-1 {
color: #f1c6d0;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #e7a2c0;
}
.color-4 {
color: #d58bb0;
}
.color-5 {
color: #be608d;
}

/* CSS Variables */
:root {
--color-1: #f1c6d0;
--color-2: #eab8d1;
--color-3: #e7a2c0;
--color-4: #d58bb0;
--color-5: #be608d;
}

Silken Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d0, #eab8d1, #e7a2c0, #d58bb0, #be608d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d0, #eab8d1, #e7a2c0, #d58bb0, #be608d);
}

Silken Embrace color palette created on .