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