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