Soft Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Breeze palette

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

Soft Breeze カラー パレット PNG 画像

Download soft breeze color palette PNG image (landscape)
Download soft breeze color palette PNG image (square)

Soft Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #d5e2de;
}
.color-2 {
color: #b4d5cc;
}
.color-3 {
color: #9fc6b3;
}
.color-4 {
color: #c2e0c2;
}
.color-5 {
color: #f4e3d7;
}

/* CSS Variables */
:root {
--color-1: #d5e2de;
--color-2: #b4d5cc;
--color-3: #9fc6b3;
--color-4: #c2e0c2;
--color-5: #f4e3d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e2de, #b4d5cc, #9fc6b3, #c2e0c2, #f4e3d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e2de, #b4d5cc, #9fc6b3, #c2e0c2, #f4e3d7);
}

Soft Breeze color palette created on .