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