Blue Glacier カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Glacier palette

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

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

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

Blue Glacier カラーパレット CSS

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #92c2e8;
}
.color-3 {
color: #6da5d9;
}
.color-4 {
color: #4b8abe;
}
.color-5 {
color: #2c5f8c;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #92c2e8;
--color-3: #6da5d9;
--color-4: #4b8abe;
--color-5: #2c5f8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #92c2e8, #6da5d9, #4b8abe, #2c5f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #92c2e8, #6da5d9, #4b8abe, #2c5f8c);
}

Blue Glacier color palette created on .