Texas Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Texas Breeze palette

このパレットを共有する先:

Texas Breeze カラーパレット 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 の背景のグラデーション 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 .