Sunset Vibes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Vibes palette
Sunset Vibes カラー パレット PNG 画像
Sunset Vibes カラーパレット CSS
/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #3b5897;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #6f4c3e;
--color-3: #ff6e61;
--color-4: #3b5897;
--color-5: #ffcc00;
}
Sunset Vibes の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #6f4c3e, #ff6e61, #3b5897, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #6f4c3e, #ff6e61, #3b5897, #ffcc00);
}
似たようなカラーパレット
Sunset Vibes color palette created on .