Princess Twilight Sparkle カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Princess Twilight Sparkle palette
Princess Twilight Sparkle カラー パレット PNG 画像
Princess Twilight Sparkle カラーパレット CSS
/* CSS */
.color-1 {
color: #d2a5e3;
}
.color-2 {
color: #b77cc5;
}
.color-3 {
color: #8e5bae;
}
.color-4 {
color: #5d3d8a;
}
.color-5 {
color: #4d2b73;
}
/* CSS Variables */
:root {
--color-1: #d2a5e3;
--color-2: #b77cc5;
--color-3: #8e5bae;
--color-4: #5d3d8a;
--color-5: #4d2b73;
}
Princess Twilight Sparkle の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a5e3, #b77cc5, #8e5bae, #5d3d8a, #4d2b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a5e3, #b77cc5, #8e5bae, #5d3d8a, #4d2b73);
}
似たようなカラーパレット
Princess Twilight Sparkle color palette created on .