Soft Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Embrace palette

Share this palette to:

Soft Embrace color palette CSS

/* CSS */
.color-1 {
color: #f1d6c6;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d6a88f;
}
.color-4 {
color: #c59d7c;
}
.color-5 {
color: #b68f6d;
}

/* CSS Variables */
:root {
--color-1: #f1d6c6;
--color-2: #e9b79f;
--color-3: #d6a88f;
--color-4: #c59d7c;
--color-5: #b68f6d;
}

Soft Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d6c6, #e9b79f, #d6a88f, #c59d7c, #b68f6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d6c6, #e9b79f, #d6a88f, #c59d7c, #b68f6d);
}

Soft Embrace color palette created on .