Ethereal Fortress カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Fortress palette

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

Ethereal Fortress カラーパレット CSS

/* CSS */
.color-1 {
color: #3c2b50;
}
.color-2 {
color: #5c4e74;
}
.color-3 {
color: #8a799a;
}
.color-4 {
color: #b8a8c7;
}
.color-5 {
color: #f1dfe7;
}

/* CSS Variables */
:root {
--color-1: #3c2b50;
--color-2: #5c4e74;
--color-3: #8a799a;
--color-4: #b8a8c7;
--color-5: #f1dfe7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2b50, #5c4e74, #8a799a, #b8a8c7, #f1dfe7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2b50, #5c4e74, #8a799a, #b8a8c7, #f1dfe7);
}

Ethereal Fortress color palette created on .