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: #00095c;
}
.color-2 {
color: #002b6b;
}
.color-3 {
color: #005c99;
}
.color-4 {
color: #008ab8;
}
.color-5 {
color: #00b8e6;
}

/* CSS Variables */
:root {
--color-1: #00095c;
--color-2: #002b6b;
--color-3: #005c99;
--color-4: #008ab8;
--color-5: #00b8e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00095c, #002b6b, #005c99, #008ab8, #00b8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00095c, #002b6b, #005c99, #008ab8, #00b8e6);
}

Deep Blue color palette created on .