Shades of Ice Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Ice Blue palette

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

Shades of Ice Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b1dfe2;
}
.color-2 {
color: #a6d9d8;
}
.color-3 {
color: #8cd1d4;
}
.color-4 {
color: #6ec8c9;
}
.color-5 {
color: #49b8bc;
}

/* CSS Variables */
:root {
--color-1: #b1dfe2;
--color-2: #a6d9d8;
--color-3: #8cd1d4;
--color-4: #6ec8c9;
--color-5: #49b8bc;
}

Shades of Ice Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1dfe2, #a6d9d8, #8cd1d4, #6ec8c9, #49b8bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1dfe2, #a6d9d8, #8cd1d4, #6ec8c9, #49b8bc);
}

Shades of Ice Blue color palette created on .