Dapper Undead カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dapper Undead palette

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

Dapper Undead カラーパレット CSS

/* CSS */
.color-1 {
color: #2d2f2d;
}
.color-2 {
color: #4e5551;
}
.color-3 {
color: #585f5a;
}
.color-4 {
color: #6f5f58;
}
.color-5 {
color: #5a433f;
}

/* CSS Variables */
:root {
--color-1: #2d2f2d;
--color-2: #4e5551;
--color-3: #585f5a;
--color-4: #6f5f58;
--color-5: #5a433f;
}

Dapper Undead の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2f2d, #4e5551, #585f5a, #6f5f58, #5a433f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2f2d, #4e5551, #585f5a, #6f5f58, #5a433f);
}

Dapper Undead color palette created on .