Blue Mist カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Mist palette

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

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

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

Blue Mist カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b7d6e6;
}
.color-3 {
color: #d1e3e6;
}
.color-4 {
color: #f1f8f8;
}
.color-5 {
color: #f7e4d9;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b7d6e6;
--color-3: #d1e3e6;
--color-4: #f1f8f8;
--color-5: #f7e4d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b7d6e6, #d1e3e6, #f1f8f8, #f7e4d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b7d6e6, #d1e3e6, #f1f8f8, #f7e4d9);
}

Blue Mist color palette created on .