Blue Avalanche カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Avalanche palette

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

Blue Avalanche カラーパレット CSS

/* CSS */
.color-1 {
color: #d7e1ea;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #70b1d7;
}
.color-4 {
color: #2b8cb6;
}
.color-5 {
color: #0d6a91;
}

/* CSS Variables */
:root {
--color-1: #d7e1ea;
--color-2: #a3c7e0;
--color-3: #70b1d7;
--color-4: #2b8cb6;
--color-5: #0d6a91;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7e1ea, #a3c7e0, #70b1d7, #2b8cb6, #0d6a91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7e1ea, #a3c7e0, #70b1d7, #2b8cb6, #0d6a91);
}

Blue Avalanche color palette created on .