Soft Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Blue palette

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

Soft Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f6d4a7;
}
.color-3 {
color: #f1e2cb;
}
.color-4 {
color: #afeeee;
}
.color-5 {
color: #a1d3e8;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f6d4a7;
--color-3: #f1e2cb;
--color-4: #afeeee;
--color-5: #a1d3e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f6d4a7, #f1e2cb, #afeeee, #a1d3e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f6d4a7, #f1e2cb, #afeeee, #a1d3e8);
}

Soft Blue color palette created on .