Luxury Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Luxury Purple palette
Luxury Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #4c3d9e;
}
.color-2 {
color: #a786c6;
}
.color-3 {
color: #e3b1e7;
}
.color-4 {
color: #f2d7a1;
}
.color-5 {
color: #d2b970;
}
/* CSS Variables */
:root {
--color-1: #4c3d9e;
--color-2: #a786c6;
--color-3: #e3b1e7;
--color-4: #f2d7a1;
--color-5: #d2b970;
}
Luxury Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d9e, #a786c6, #e3b1e7, #f2d7a1, #d2b970);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d9e, #a786c6, #e3b1e7, #f2d7a1, #d2b970);
}
似たようなカラーパレット
下にスクロールして9個のラグジュアリーカラーパレットを探索しましょう
Luxury Purple color palette created on .