Warm Embrace Color Palette
Discover the beautiful Warm Embrace color palette featuring fuzzy wuzzy brown (#c35755), whiskey (#d59a6c), cashmere (#e7caa7), wheat (#f5e0b8) and old lace (#fdf2e7).
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 Warm Embrace palette
💻 Warm Embrace color palette CSS
/* CSS */
.color-1 {
color: #c35755;
}
.color-2 {
color: #d59a6c;
}
.color-3 {
color: #e7caa7;
}
.color-4 {
color: #f5e0b8;
}
.color-5 {
color: #fdf2e7;
}
/* CSS Variables */
:root {
--color-1: #c35755;
--color-2: #d59a6c;
--color-3: #e7caa7;
--color-4: #f5e0b8;
--color-5: #fdf2e7;
}
🌈 Warm Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c35755, #d59a6c, #e7caa7, #f5e0b8, #fdf2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c35755, #d59a6c, #e7caa7, #f5e0b8, #fdf2e7);
}
🔗 Explore similar color palettes
Warm Embrace color palette created on .