Earthy Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Embrace palette
Earthy Embrace color palette CSS
/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #e1ac7a;
}
.color-3 {
color: #c1d6a4;
}
.color-4 {
color: #4b3c30;
}
.color-5 {
color: #8d9b6f;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #e1ac7a;
--color-3: #c1d6a4;
--color-4: #4b3c30;
--color-5: #8d9b6f;
}
Earthy Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #e1ac7a, #c1d6a4, #4b3c30, #8d9b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #e1ac7a, #c1d6a4, #4b3c30, #8d9b6f);
}
Similar color palettes
Scroll down to explore 300+ Autumn color palettes
Earthy Embrace color palette created on .