Dark Blue Waves カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Blue Waves palette

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

Dark Blue Waves カラー パレット PNG 画像

Download dark blue waves color palette PNG image (landscape)
Download dark blue waves color palette PNG image (square)

Dark Blue Waves カラーパレット CSS

/* CSS */
.color-1 {
color: #031749;
}
.color-2 {
color: #07296e;
}
.color-3 {
color: #0a3585;
}
.color-4 {
color: #0f48a3;
}
.color-5 {
color: #125caf;
}

/* CSS Variables */
:root {
--color-1: #031749;
--color-2: #07296e;
--color-3: #0a3585;
--color-4: #0f48a3;
--color-5: #125caf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #031749, #07296e, #0a3585, #0f48a3, #125caf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #031749, #07296e, #0a3585, #0f48a3, #125caf);
}

Dark Blue Waves color palette created on .