Ethereal Dusk カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ethereal Dusk palette
Ethereal Dusk カラーパレット CSS
/* CSS */
.color-1 {
color: #1e1c30;
}
.color-2 {
color: #3c2a4c;
}
.color-3 {
color: #6c4d89;
}
.color-4 {
color: #a86b9d;
}
.color-5 {
color: #f6a7c1;
}
/* CSS Variables */
:root {
--color-1: #1e1c30;
--color-2: #3c2a4c;
--color-3: #6c4d89;
--color-4: #a86b9d;
--color-5: #f6a7c1;
}
Ethereal Dusk の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1c30, #3c2a4c, #6c4d89, #a86b9d, #f6a7c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1c30, #3c2a4c, #6c4d89, #a86b9d, #f6a7c1);
}
似たようなカラーパレット
下にスクロールして400+個のダークカラーパレットを探索しましょう
Ethereal Dusk color palette created on .