Ebony Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ebony Sunset palette

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

Ebony Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #26283b;
}
.color-2 {
color: #4a4e68;
}
.color-3 {
color: #8c9ab1;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #26283b;
--color-2: #4a4e68;
--color-3: #8c9ab1;
--color-4: #f0a400;
--color-5: #ff6b6b;
}

Ebony Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #26283b, #4a4e68, #8c9ab1, #f0a400, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #26283b, #4a4e68, #8c9ab1, #f0a400, #ff6b6b);
}

Ebony Sunset color palette created on .