Ethereal Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Dusk palette

このパレットを共有する先:

Ethereal Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1d70;
}
.color-2 {
color: #3f4092;
}
.color-3 {
color: #6b6cb3;
}
.color-4 {
color: #aaa3d2;
}
.color-5 {
color: #e5e0f0;
}

/* CSS Variables */
:root {
--color-1: #1a1d70;
--color-2: #3f4092;
--color-3: #6b6cb3;
--color-4: #aaa3d2;
--color-5: #e5e0f0;
}

Ethereal Dusk の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1d70, #3f4092, #6b6cb3, #aaa3d2, #e5e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1d70, #3f4092, #6b6cb3, #aaa3d2, #e5e0f0);
}

Ethereal Dusk color palette created on .