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