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