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