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