Shades of Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Purple palette
Shades of Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #403a59;
}
.color-2 {
color: #5a4e7e;
}
.color-3 {
color: #7f6a9a;
}
.color-4 {
color: #b9a1c4;
}
.color-5 {
color: #d6c7e1;
}
/* CSS Variables */
:root {
--color-1: #403a59;
--color-2: #5a4e7e;
--color-3: #7f6a9a;
--color-4: #b9a1c4;
--color-5: #d6c7e1;
}
Shades of Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #403a59, #5a4e7e, #7f6a9a, #b9a1c4, #d6c7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #403a59, #5a4e7e, #7f6a9a, #b9a1c4, #d6c7e1);
}
似たようなカラーパレット
下にスクロールして100+個のダークカラーパレットを探索しましょう
Shades of Purple color palette created on .