Loading...

Deep Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Blue palette

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

Deep Blue カラーパレット (PNG) をダウンロード

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

Deep Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #191971;
}
.color-2 {
color: #1e3a76;
}
.color-3 {
color: #4b6baf;
}
.color-4 {
color: #76a2e0;
}
.color-5 {
color: #a3d6ff;
}

/* CSS Variables */
:root {
--color-1: #191971;
--color-2: #1e3a76;
--color-3: #4b6baf;
--color-4: #76a2e0;
--color-5: #a3d6ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191971, #1e3a76, #4b6baf, #76a2e0, #a3d6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191971, #1e3a76, #4b6baf, #76a2e0, #a3d6ff);
}

Deep Blue color palette created on .