Black and Purplish-Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Black and Purplish-Blue palette

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

Black and Purplish-Blue カラー パレット PNG 画像

Download black and purplish-blue color palette PNG image (landscape)
Download black and purplish-blue color palette PNG image (square)

Black and Purplish-Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #070094;
}
.color-2 {
color: #1900bd;
}
.color-3 {
color: #2e00e6;
}
.color-4 {
color: #481fff;
}
.color-5 {
color: #9d57ff;
}

/* CSS Variables */
:root {
--color-1: #070094;
--color-2: #1900bd;
--color-3: #2e00e6;
--color-4: #481fff;
--color-5: #9d57ff;
}

Black and Purplish-Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #070094, #1900bd, #2e00e6, #481fff, #9d57ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #070094, #1900bd, #2e00e6, #481fff, #9d57ff);
}

Black and Purplish-Blue color palette created on .