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