Cyber Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cyber Sunset palette
Cyber Sunset カラー パレット PNG 画像
Cyber Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #1a1f7a;
}
.color-2 {
color: #4c3d9e;
}
.color-3 {
color: #715ccc;
}
.color-4 {
color: #9b7ff0;
}
.color-5 {
color: #f0a3e6;
}
/* CSS Variables */
:root {
--color-1: #1a1f7a;
--color-2: #4c3d9e;
--color-3: #715ccc;
--color-4: #9b7ff0;
--color-5: #f0a3e6;
}
Cyber Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f7a, #4c3d9e, #715ccc, #9b7ff0, #f0a3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f7a, #4c3d9e, #715ccc, #9b7ff0, #f0a3e6);
}
似たようなカラーパレット
下にスクロールして9個のサイケデリックカラーパレットを探索しましょう
Cyber Sunset color palette created on .