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