Texas Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Texas Rose palette

Share this palette to:

Texas Rose color palette PNG image

Download texas rose color palette PNG image (landscape)
Download texas rose color palette PNG image (square)

Texas Rose color palette CSS

/* CSS */
.color-1 {
color: #ffb657;
}
.color-2 {
color: #ebb14c;
}
.color-3 {
color: #d9a83f;
}
.color-4 {
color: #c89d37;
}
.color-5 {
color: #b48d2d;
}

/* CSS Variables */
:root {
--color-1: #ffb657;
--color-2: #ebb14c;
--color-3: #d9a83f;
--color-4: #c89d37;
--color-5: #b48d2d;
}

Texas Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb657, #ebb14c, #d9a83f, #c89d37, #b48d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb657, #ebb14c, #d9a83f, #c89d37, #b48d2d);
}

Texas Rose color palette created on .