Shades of Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Purple palette
Shades of Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #ad7ec9;
}
.color-4 {
color: #d8b3df;
}
.color-5 {
color: #f1c7ff;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #9b58b6;
--color-3: #ad7ec9;
--color-4: #d8b3df;
--color-5: #f1c7ff;
}
Shades of Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #9b58b6, #ad7ec9, #d8b3df, #f1c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #9b58b6, #ad7ec9, #d8b3df, #f1c7ff);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Shades of Purple color palette created on .