Midnight Feather カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Feather palette

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

Midnight Feather カラーパレット CSS

/* CSS */
.color-1 {
color: #2a2c32;
}
.color-2 {
color: #42454c;
}
.color-3 {
color: #5c616a;
}
.color-4 {
color: #a0a2a7;
}
.color-5 {
color: #f0f2f4;
}

/* CSS Variables */
:root {
--color-1: #2a2c32;
--color-2: #42454c;
--color-3: #5c616a;
--color-4: #a0a2a7;
--color-5: #f0f2f4;
}

Midnight Feather の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2c32, #42454c, #5c616a, #a0a2a7, #f0f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2c32, #42454c, #5c616a, #a0a2a7, #f0f2f4);
}

Midnight Feather color palette created on .