Vibrant Blue Spring カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Blue Spring palette

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

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

Download vibrant blue spring color palette PNG image (landscape)
Download vibrant blue spring color palette PNG image (square)

Vibrant Blue Spring カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #5b7f9f;
}
.color-3 {
color: #8db9d3;
}
.color-4 {
color: #f3a34f;
}
.color-5 {
color: #e64e3d;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #5b7f9f;
--color-3: #8db9d3;
--color-4: #f3a34f;
--color-5: #e64e3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #5b7f9f, #8db9d3, #f3a34f, #e64e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #5b7f9f, #8db9d3, #f3a34f, #e64e3d);
}

Vibrant Blue Spring color palette created on .