Sun-Kissed Hair Color Palette
Discover the beautiful Sun-Kissed Hair color palette featuring manhattan (#f5c79e), sandy brown (#f2a469), burnt sienna (#e88c4a), red damask (#d6753d) and tuscany (#c25a2e).
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 Sun-Kissed Hair palette
๐ป Sun-Kissed Hair color palette CSS
/* CSS */
.color-1 {
color: #f5c79e;
}
.color-2 {
color: #f2a469;
}
.color-3 {
color: #e88c4a;
}
.color-4 {
color: #d6753d;
}
.color-5 {
color: #c25a2e;
}
/* CSS Variables */
:root {
--color-1: #f5c79e;
--color-2: #f2a469;
--color-3: #e88c4a;
--color-4: #d6753d;
--color-5: #c25a2e;
} ๐ Sun-Kissed Hair background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c79e, #f2a469, #e88c4a, #d6753d, #c25a2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c79e, #f2a469, #e88c4a, #d6753d, #c25a2e);
} ๐ Explore similar color palettes
Sun-Kissed Hair color palette created on .