Ethereal Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Dusk palette

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

Ethereal Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8161;
}
.color-2 {
color: #feb47c;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #fff7b8;
}
.color-5 {
color: #a0b6f3;
}

/* CSS Variables */
:root {
--color-1: #ff8161;
--color-2: #feb47c;
--color-3: #ffb65c;
--color-4: #fff7b8;
--color-5: #a0b6f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8161, #feb47c, #ffb65c, #fff7b8, #a0b6f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8161, #feb47c, #ffb65c, #fff7b8, #a0b6f3);
}

Ethereal Dusk color palette created on .