Warm Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Embrace palette
Color Inspiration
Images that showcase this color palette in real designs
Download Warm Embrace Color Palette (PNG)
Warm Embrace color palette CSS
/* CSS */
.color-1 {
color: #d6c6a8;
}
.color-2 {
color: #f1e2cb;
}
.color-3 {
color: #e3b69c;
}
.color-4 {
color: #d48e6e;
}
.color-5 {
color: #a56c50;
}
/* CSS Variables */
:root {
--color-1: #d6c6a8;
--color-2: #f1e2cb;
--color-3: #e3b69c;
--color-4: #d48e6e;
--color-5: #a56c50;
}
Warm Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c6a8, #f1e2cb, #e3b69c, #d48e6e, #a56c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c6a8, #f1e2cb, #e3b69c, #d48e6e, #a56c50);
}
Similar color palettes
Scroll down to explore 10+ Tan color palettes
Warm Embrace color palette created on .