Choco Dreamscape Color Palette
Discover the beautiful Choco Dreamscape color palette featuring rock (#4e3b32), beaver (#8a6a5c), rodeo dust (#c8b29d), sidecar (#f4e7c2) and ironstone (#794a39).
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 Choco Dreamscape palette
๐ป Choco Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #4e3b32;
}
.color-2 {
color: #8a6a5c;
}
.color-3 {
color: #c8b29d;
}
.color-4 {
color: #f4e7c2;
}
.color-5 {
color: #794a39;
}
/* CSS Variables */
:root {
--color-1: #4e3b32;
--color-2: #8a6a5c;
--color-3: #c8b29d;
--color-4: #f4e7c2;
--color-5: #794a39;
} ๐ Choco Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b32, #8a6a5c, #c8b29d, #f4e7c2, #794a39);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b32, #8a6a5c, #c8b29d, #f4e7c2, #794a39);
} ๐ Explore similar color palettes
Choco Dreamscape color palette created on .