Soft Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Blue palette

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

Soft Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f9cfa4;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #a2dae6;
}
.color-5 {
color: #5c8a9d;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f9cfa4;
--color-3: #f9e19f;
--color-4: #a2dae6;
--color-5: #5c8a9d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f9cfa4, #f9e19f, #a2dae6, #5c8a9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f9cfa4, #f9e19f, #a2dae6, #5c8a9d);
}

Soft Blue color palette created on .