Creepy Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Creepy Blue palette

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

Creepy Blue カラー パレット PNG 画像

Download creepy blue color palette PNG image (landscape)
Download creepy blue color palette PNG image (square)

Creepy Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #3c498b;
}
.color-3 {
color: #5b6c9f;
}
.color-4 {
color: #7a8fb3;
}
.color-5 {
color: #a7c3e6;
}

/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #3c498b;
--color-3: #5b6c9f;
--color-4: #7a8fb3;
--color-5: #a7c3e6;
}

Creepy Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #3c498b, #5b6c9f, #7a8fb3, #a7c3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #3c498b, #5b6c9f, #7a8fb3, #a7c3e6);
}

Creepy Blue color palette created on .