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