Dulce Amanecer Color Palette
Discover the beautiful Dulce Amanecer color palette featuring tussock (#c78b3d), porsche (#e6a55c), ronchi (#f1c84b), cream can (#f6d56a) and cameo (#d4b69b).
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 Dulce Amanecer palette
๐ป Dulce Amanecer color palette CSS
/* CSS */
.color-1 {
color: #c78b3d;
}
.color-2 {
color: #e6a55c;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f6d56a;
}
.color-5 {
color: #d4b69b;
}
/* CSS Variables */
:root {
--color-1: #c78b3d;
--color-2: #e6a55c;
--color-3: #f1c84b;
--color-4: #f6d56a;
--color-5: #d4b69b;
} ๐ Dulce Amanecer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c78b3d, #e6a55c, #f1c84b, #f6d56a, #d4b69b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c78b3d, #e6a55c, #f1c84b, #f6d56a, #d4b69b);
} ๐ Explore similar color palettes
Dulce Amanecer color palette created on .