Soft Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Blue palette

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

Soft Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d7e6;
}
.color-2 {
color: #f3c6a5;
}
.color-3 {
color: #f9e1b9;
}
.color-4 {
color: #e8b5a1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a3d7e6;
--color-2: #f3c6a5;
--color-3: #f9e1b9;
--color-4: #e8b5a1;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e6, #f3c6a5, #f9e1b9, #e8b5a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e6, #f3c6a5, #f9e1b9, #e8b5a1, #ff6e61);
}

Soft Blue color palette created on .