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