Corporate Undead Chic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Corporate Undead Chic palette

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

Corporate Undead Chic カラーパレット CSS

/* CSS */
.color-1 {
color: #3b4040;
}
.color-2 {
color: #5b6262;
}
.color-3 {
color: #7d8787;
}
.color-4 {
color: #a5c0c0;
}
.color-5 {
color: #d1e5e5;
}

/* CSS Variables */
:root {
--color-1: #3b4040;
--color-2: #5b6262;
--color-3: #7d8787;
--color-4: #a5c0c0;
--color-5: #d1e5e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4040, #5b6262, #7d8787, #a5c0c0, #d1e5e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4040, #5b6262, #7d8787, #a5c0c0, #d1e5e5);
}

Corporate Undead Chic color palette created on .