Blue Spring カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Spring palette

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

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

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

Blue Spring カラーパレット CSS

/* CSS */
.color-1 {
color: #4ea8e4;
}
.color-2 {
color: #6ed4d2;
}
.color-3 {
color: #8ef1c9;
}
.color-4 {
color: #b6f7a6;
}
.color-5 {
color: #f3fcb6;
}

/* CSS Variables */
:root {
--color-1: #4ea8e4;
--color-2: #6ed4d2;
--color-3: #8ef1c9;
--color-4: #b6f7a6;
--color-5: #f3fcb6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ea8e4, #6ed4d2, #8ef1c9, #b6f7a6, #f3fcb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ea8e4, #6ed4d2, #8ef1c9, #b6f7a6, #f3fcb6);
}

Blue Spring color palette created on .