Texas Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Texas Breeze palette

Share this palette to:

Texas Breeze color palette CSS

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

Texas Breeze background gradient CSS

/* 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 .