Soft Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Blue palette

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

Soft Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f4cca4;
}
.color-3 {
color: #f2e3c5;
}
.color-4 {
color: #b3d5e6;
}
.color-5 {
color: #a3c6e0;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4cca4;
--color-3: #f2e3c5;
--color-4: #b3d5e6;
--color-5: #a3c6e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4cca4, #f2e3c5, #b3d5e6, #a3c6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4cca4, #f2e3c5, #b3d5e6, #a3c6e0);
}

Soft Blue color palette created on .