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