Detective カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Detective palette

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

Detective カラー パレット PNG 画像

Download detective color palette PNG image (landscape)
Download detective color palette PNG image (square)

Detective カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #5b5b8f;
}
.color-3 {
color: #8c8cc0;
}
.color-4 {
color: #bfb063;
}
.color-5 {
color: #da4b2b;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #5b5b8f;
--color-3: #8c8cc0;
--color-4: #bfb063;
--color-5: #da4b2b;
}

Detective の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #5b5b8f, #8c8cc0, #bfb063, #da4b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #5b5b8f, #8c8cc0, #bfb063, #da4b2b);
}

Detective color palette created on .