Sundrop Color Palette
Discover the beautiful Sundrop color palette featuring pancho (#edc7a9), tacao (#f0ae87), apricot (#ef8a6c), burnt sienna (#f06655) and carnation (#ef4b4f).
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 Sundrop palette
๐ป Sundrop color palette CSS
/* CSS */
.color-1 {
color: #edc7a9;
}
.color-2 {
color: #f0ae87;
}
.color-3 {
color: #ef8a6c;
}
.color-4 {
color: #f06655;
}
.color-5 {
color: #ef4b4f;
}
/* CSS Variables */
:root {
--color-1: #edc7a9;
--color-2: #f0ae87;
--color-3: #ef8a6c;
--color-4: #f06655;
--color-5: #ef4b4f;
} ๐ Sundrop background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edc7a9, #f0ae87, #ef8a6c, #f06655, #ef4b4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edc7a9, #f0ae87, #ef8a6c, #f06655, #ef4b4f);
} ๐ Explore similar color palettes
Sundrop color palette created on .