Soft Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Blue palette

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

Soft Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f9ed8;
}
.color-3 {
color: #87c4b0;
}
.color-4 {
color: #f1e1b6;
}
.color-5 {
color: #f79e6e;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f9ed8;
--color-3: #87c4b0;
--color-4: #f1e1b6;
--color-5: #f79e6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f9ed8, #87c4b0, #f1e1b6, #f79e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f9ed8, #87c4b0, #f1e1b6, #f79e6e);
}

Soft Blue color palette created on .