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