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