Enchanted House Colors Color Palette
Discover the beautiful Enchanted House Colors color palette featuring nutmeg (#7e4c2a), laser (#c5a96d), sahara sand (#f5df8a), spring leaves (#5b8b62) and east bay (#3a3d7e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beach, Bright color palettes and combinations.
๐ก 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 Enchanted House Colors palette
๐ป Enchanted House Colors color palette CSS
/* CSS */
.color-1 {
color: #7e4c2a;
}
.color-2 {
color: #c5a96d;
}
.color-3 {
color: #f5df8a;
}
.color-4 {
color: #5b8b62;
}
.color-5 {
color: #3a3d7e;
}
/* CSS Variables */
:root {
--color-1: #7e4c2a;
--color-2: #c5a96d;
--color-3: #f5df8a;
--color-4: #5b8b62;
--color-5: #3a3d7e;
}
๐ Enchanted House Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4c2a, #c5a96d, #f5df8a, #5b8b62, #3a3d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4c2a, #c5a96d, #f5df8a, #5b8b62, #3a3d7e);
}
๐ Explore similar color palettes
Enchanted House Colors color palette created on .