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