Brigada de Noche カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brigada de Noche palette

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

Brigada de Noche カラー パレット PNG 画像

Download brigada de noche color palette PNG image (landscape)
Download brigada de noche color palette PNG image (square)

Brigada de Noche カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1a3d;
}
.color-2 {
color: #2e3a6b;
}
.color-3 {
color: #4b6ea0;
}
.color-4 {
color: #7ab7d1;
}
.color-5 {
color: #f0e0e0;
}

/* CSS Variables */
:root {
--color-1: #1a1a3d;
--color-2: #2e3a6b;
--color-3: #4b6ea0;
--color-4: #7ab7d1;
--color-5: #f0e0e0;
}

Brigada de Noche の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a3d, #2e3a6b, #4b6ea0, #7ab7d1, #f0e0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a3d, #2e3a6b, #4b6ea0, #7ab7d1, #f0e0e0);
}

Brigada de Noche color palette created on .