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