Blue Vox カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Vox palette

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

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

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

Blue Vox カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a5c;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #6fc1d8;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #f45d5d;
}

/* CSS Variables */
:root {
--color-1: #1f3a5c;
--color-2: #497b9c;
--color-3: #6fc1d8;
--color-4: #f0a400;
--color-5: #f45d5d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a5c, #497b9c, #6fc1d8, #f0a400, #f45d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a5c, #497b9c, #6fc1d8, #f0a400, #f45d5d);
}

Blue Vox color palette created on .