Paleta de colores Texas Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Texas Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Texas Sunset

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

CSS de la paleta de colores Texas Sunset

/* 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;
}

CSS del degradado de fondo Texas Sunset

/* 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);
}

Texas Sunset color palette created on .