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