Eclipse of Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Eclipse of Elegance palette

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

Eclipse of Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #978a82;
}
.color-2 {
color: #584f4b;
}
.color-3 {
color: #413939;
}
.color-4 {
color: #2f282c;
}
.color-5 {
color: #1f1c21;
}

/* CSS Variables */
:root {
--color-1: #978a82;
--color-2: #584f4b;
--color-3: #413939;
--color-4: #2f282c;
--color-5: #1f1c21;
}

Eclipse of Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #978a82, #584f4b, #413939, #2f282c, #1f1c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #978a82, #584f4b, #413939, #2f282c, #1f1c21);
}

Eclipse of Elegance color palette created on .