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