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