Texas Sunset Color Palette
Discover the beautiful Texas Sunset color palette featuring texas rose (#ffb657), peach orange (#ffd29e), navajo white (#ffd9a3), flesh (#ffc29e) and bittersweet (#ff6e61).
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 Texas Sunset palette
๐ป Texas Sunset color palette CSS
/* CSS */
.color-1 {
color: #ffb657;
}
.color-2 {
color: #ffd29e;
}
.color-3 {
color: #ffd9a3;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ffb657;
--color-2: #ffd29e;
--color-3: #ffd9a3;
--color-4: #ffc29e;
--color-5: #ff6e61;
} ๐ Texas Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb657, #ffd29e, #ffd9a3, #ffc29e, #ff6e61);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb657, #ffd29e, #ffd9a3, #ffc29e, #ff6e61);
} ๐ Explore similar color palettes
Texas Sunset color palette created on .