Soft Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Blue palette

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

Soft Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b6e2d7;
}
.color-3 {
color: #e1b7d4;
}
.color-4 {
color: #f0caad;
}
.color-5 {
color: #f7aaa1;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b6e2d7;
--color-3: #e1b7d4;
--color-4: #f0caad;
--color-5: #f7aaa1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b6e2d7, #e1b7d4, #f0caad, #f7aaa1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b6e2d7, #e1b7d4, #f0caad, #f7aaa1);
}

Soft Blue color palette created on .