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: #b65e2b;
}
.color-2 {
color: #d69843;
}
.color-3 {
color: #f2d2a1;
}
.color-4 {
color: #e2b9b1;
}
.color-5 {
color: #b69ab0;
}
/* CSS Variables */
:root {
--color-1: #b65e2b;
--color-2: #d69843;
--color-3: #f2d2a1;
--color-4: #e2b9b1;
--color-5: #b69ab0;
}
Earthy Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b65e2b, #d69843, #f2d2a1, #e2b9b1, #b69ab0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b65e2b, #d69843, #f2d2a1, #e2b9b1, #b69ab0);
}
Similar color palettes
Earthy Embrace color palette created on .