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