Soft Blue Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Blue Shades palette

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

Soft Blue Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b8e1f4;
}
.color-3 {
color: #e0f6ff;
}
.color-4 {
color: #b2e1d9;
}
.color-5 {
color: #a1d6e8;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b8e1f4;
--color-3: #e0f6ff;
--color-4: #b2e1d9;
--color-5: #a1d6e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b8e1f4, #e0f6ff, #b2e1d9, #a1d6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b8e1f4, #e0f6ff, #b2e1d9, #a1d6e8);
}

Soft Blue Shades color palette created on .