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