Cozy Earth Color Palette
Discover the beautiful Cozy Earth color palette featuring tan (#c7a67a), sorrell brown (#d3b29c), raffia (#e8d1b0), sidecar (#f5e4c2) and cashmere (#e5c39f).
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 Cozy Earth palette
💻 Cozy Earth color palette CSS
/* CSS */
.color-1 {
color: #c7a67a;
}
.color-2 {
color: #d3b29c;
}
.color-3 {
color: #e8d1b0;
}
.color-4 {
color: #f5e4c2;
}
.color-5 {
color: #e5c39f;
}
/* CSS Variables */
:root {
--color-1: #c7a67a;
--color-2: #d3b29c;
--color-3: #e8d1b0;
--color-4: #f5e4c2;
--color-5: #e5c39f;
}
🌈 Cozy Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a67a, #d3b29c, #e8d1b0, #f5e4c2, #e5c39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a67a, #d3b29c, #e8d1b0, #f5e4c2, #e5c39f);
}
🔗 Explore similar color palettes
Cozy Earth color palette created on .