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