Soft Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Blue palette

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

Soft Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #cfe3e8;
}
.color-2 {
color: #ffab8a;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #c6e9af;
}

/* CSS Variables */
:root {
--color-1: #cfe3e8;
--color-2: #ffab8a;
--color-3: #ff6e61;
--color-4: #f3ca4f;
--color-5: #c6e9af;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfe3e8, #ffab8a, #ff6e61, #f3ca4f, #c6e9af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfe3e8, #ffab8a, #ff6e61, #f3ca4f, #c6e9af);
}

Soft Blue color palette created on .