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 PNG image

Download warm embrace color palette PNG image (landscape)
Download warm embrace color palette PNG image (square)

Warm Embrace color palette CSS

/* CSS */
.color-1 {
color: #8c5a3b;
}
.color-2 {
color: #c69c6c;
}
.color-3 {
color: #e9b28b;
}
.color-4 {
color: #f8d7a5;
}
.color-5 {
color: #f4d1c3;
}

/* CSS Variables */
:root {
--color-1: #8c5a3b;
--color-2: #c69c6c;
--color-3: #e9b28b;
--color-4: #f8d7a5;
--color-5: #f4d1c3;
}

Warm Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a3b, #c69c6c, #e9b28b, #f8d7a5, #f4d1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a3b, #c69c6c, #e9b28b, #f8d7a5, #f4d1c3);
}

Warm Embrace color palette created on .