Warm Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Embrace palette

Share this palette to:

Warm Embrace color palette CSS

/* CSS */
.color-1 {
color: #5c4a42;
}
.color-2 {
color: #805b52;
}
.color-3 {
color: #a67b6e;
}
.color-4 {
color: #d6a19a;
}
.color-5 {
color: #f0c6b7;
}

/* CSS Variables */
:root {
--color-1: #5c4a42;
--color-2: #805b52;
--color-3: #a67b6e;
--color-4: #d6a19a;
--color-5: #f0c6b7;
}

Warm Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4a42, #805b52, #a67b6e, #d6a19a, #f0c6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4a42, #805b52, #a67b6e, #d6a19a, #f0c6b7);
}

Warm Embrace color palette created on .