Urban Mystique カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Urban Mystique palette

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

Urban Mystique カラー パレット PNG 画像

Download urban mystique color palette PNG image (landscape)
Download urban mystique color palette PNG image (square)

Urban Mystique カラーパレット CSS

/* CSS */
.color-1 {
color: #240a29;
}
.color-2 {
color: #4c1038;
}
.color-3 {
color: #6c1e27;
}
.color-4 {
color: #954e2d;
}
.color-5 {
color: #987c43;
}

/* CSS Variables */
:root {
--color-1: #240a29;
--color-2: #4c1038;
--color-3: #6c1e27;
--color-4: #954e2d;
--color-5: #987c43;
}

Urban Mystique の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #240a29, #4c1038, #6c1e27, #954e2d, #987c43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #240a29, #4c1038, #6c1e27, #954e2d, #987c43);
}

Urban Mystique color palette created on .