Eclipse of the Eldritch カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Eclipse of the Eldritch palette

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

Eclipse of the Eldritch カラーパレット CSS

/* CSS */
.color-1 {
color: #3d3b4e;
}
.color-2 {
color: #5b5a72;
}
.color-3 {
color: #707c99;
}
.color-4 {
color: #8eb4d7;
}
.color-5 {
color: #b6c9e2;
}

/* CSS Variables */
:root {
--color-1: #3d3b4e;
--color-2: #5b5a72;
--color-3: #707c99;
--color-4: #8eb4d7;
--color-5: #b6c9e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d3b4e, #5b5a72, #707c99, #8eb4d7, #b6c9e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d3b4e, #5b5a72, #707c99, #8eb4d7, #b6c9e2);
}

Eclipse of the Eldritch color palette created on .