Earthy Embrace Color Palette
Discover the beautiful Earthy Embrace color palette featuring sidecar (#f4d7c3), cameo (#d9b89b), indian khaki (#c5a08c), sandal (#a67d6e) and spicy mix (#8a5b47).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Earthy Embrace palette
💻 Earthy Embrace color palette CSS
/* CSS */
.color-1 {
color: #f4d7c3;
}
.color-2 {
color: #d9b89b;
}
.color-3 {
color: #c5a08c;
}
.color-4 {
color: #a67d6e;
}
.color-5 {
color: #8a5b47;
}
/* CSS Variables */
:root {
--color-1: #f4d7c3;
--color-2: #d9b89b;
--color-3: #c5a08c;
--color-4: #a67d6e;
--color-5: #8a5b47;
}
🌈 Earthy Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d7c3, #d9b89b, #c5a08c, #a67d6e, #8a5b47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d7c3, #d9b89b, #c5a08c, #a67d6e, #8a5b47);
}
🔗 Explore similar color palettes
Earthy Embrace color palette created on .