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