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