Texas Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Texas Sunset palette
Texas Sunset カラー パレット PNG 画像
Texas Sunset カラーパレット CSS
/* 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;
}
Texas Sunset の背景のグラデーション CSS
/* 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 .