Earthy Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Embrace palette
Image Gallery
Earthy Embrace color palette CSS
/* CSS */
.color-1 {
color: #ccc3b3;
}
.color-2 {
color: #aa9c83;
}
.color-3 {
color: #908264;
}
.color-4 {
color: #766b4c;
}
.color-5 {
color: #605a39;
}
/* CSS Variables */
:root {
--color-1: #ccc3b3;
--color-2: #aa9c83;
--color-3: #908264;
--color-4: #766b4c;
--color-5: #605a39;
}
Earthy Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ccc3b3, #aa9c83, #908264, #766b4c, #605a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ccc3b3, #aa9c83, #908264, #766b4c, #605a39);
}
Similar color palettes
Scroll down to explore 400+ Beige color palettes
Earthy Embrace color palette created on .