Caramel Dreamscape Color Palette
Discover the beautiful Caramel Dreamscape color palette featuring wheat (#f3e4aa), driftwood (#b58a4a), nutmeg (#7e4d25), laser (#ccaa6b) and tulip tree (#e6b033).
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 Caramel Dreamscape palette
๐ป Caramel Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #b58a4a;
}
.color-3 {
color: #7e4d25;
}
.color-4 {
color: #ccaa6b;
}
.color-5 {
color: #e6b033;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #b58a4a;
--color-3: #7e4d25;
--color-4: #ccaa6b;
--color-5: #e6b033;
} ๐ Caramel Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #b58a4a, #7e4d25, #ccaa6b, #e6b033);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #b58a4a, #7e4d25, #ccaa6b, #e6b033);
} ๐ Explore similar color palettes
Caramel Dreamscape color palette created on .