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