Travis Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Travis Sunset palette
Travis Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #f8b830;
}
.color-2 {
color: #f8d249;
}
.color-3 {
color: #f9e3b4;
}
.color-4 {
color: #ff6b6b;
}
.color-5 {
color: #ff999c;
}
/* CSS Variables */
:root {
--color-1: #f8b830;
--color-2: #f8d249;
--color-3: #f9e3b4;
--color-4: #ff6b6b;
--color-5: #ff999c;
}
Travis Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b830, #f8d249, #f9e3b4, #ff6b6b, #ff999c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b830, #f8d249, #f9e3b4, #ff6b6b, #ff999c);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Travis Sunset color palette created on .