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: #7ab1d6;
}
.color-3 {
color: #599ac0;
}
.color-4 {
color: #3a7a9c;
}
.color-5 {
color: #1f5c7a;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #7ab1d6;
--color-3: #599ac0;
--color-4: #3a7a9c;
--color-5: #1f5c7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #7ab1d6, #599ac0, #3a7a9c, #1f5c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #7ab1d6, #599ac0, #3a7a9c, #1f5c7a);
}

Soft Blue Shades color palette created on .