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