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