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