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