Caramel Dreams Color Palette
Discover the beautiful Caramel Dreams color palette featuring whiskey (#d79b70), antique brass (#c68c5d), driftwood (#af7d4b), brown rust (#a56e3b) and bull shot (#7a4e1f).
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 Dreams palette
๐ป Caramel Dreams color palette CSS
/* CSS */
.color-1 {
color: #d79b70;
}
.color-2 {
color: #c68c5d;
}
.color-3 {
color: #af7d4b;
}
.color-4 {
color: #a56e3b;
}
.color-5 {
color: #7a4e1f;
}
/* CSS Variables */
:root {
--color-1: #d79b70;
--color-2: #c68c5d;
--color-3: #af7d4b;
--color-4: #a56e3b;
--color-5: #7a4e1f;
} ๐ Caramel Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d79b70, #c68c5d, #af7d4b, #a56e3b, #7a4e1f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d79b70, #c68c5d, #af7d4b, #a56e3b, #7a4e1f);
} ๐ Explore similar color palettes
Caramel Dreams color palette created on .