Purple Night カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Night palette
Purple Night カラーパレット CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #4a0080;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #000000;
}
.color-5 {
color: #d4d4d4;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #4a0080;
--color-3: #ffea00;
--color-4: #000000;
--color-5: #d4d4d4;
}
Purple Night の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #4a0080, #ffea00, #000000, #d4d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #4a0080, #ffea00, #000000, #d4d4d4);
}
似たようなカラーパレット
Purple Night color palette created on .