Paleta de colores Texas Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Texas Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Texas Breeze

/* CSS */
.color-1 {
color: #4b8b8b;
}
.color-2 {
color: #71c6c6;
}
.color-3 {
color: #a2d8d8;
}
.color-4 {
color: #f3e9af;
}
.color-5 {
color: #f7b84b;
}

/* CSS Variables */
:root {
--color-1: #4b8b8b;
--color-2: #71c6c6;
--color-3: #a2d8d8;
--color-4: #f3e9af;
--color-5: #f7b84b;
}

CSS del degradado de fondo Texas Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8b8b, #71c6c6, #a2d8d8, #f3e9af, #f7b84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8b8b, #71c6c6, #a2d8d8, #f3e9af, #f7b84b);
}

Texas Breeze color palette created on .