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: #694452;
}
.color-2 {
color: #c38d9a;
}
.color-3 {
color: #f3bfc4;
}
.color-4 {
color: #fae9e5;
}
.color-5 {
color: #f8cece;
}

/* CSS Variables */
:root {
--color-1: #694452;
--color-2: #c38d9a;
--color-3: #f3bfc4;
--color-4: #fae9e5;
--color-5: #f8cece;
}

Soft Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #694452, #c38d9a, #f3bfc4, #fae9e5, #f8cece);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #694452, #c38d9a, #f3bfc4, #fae9e5, #f8cece);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Soft Embrace color palette created on .