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