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