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