Soft Breezes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Breezes palette

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

Soft Breezes カラーパレット CSS

/* CSS */
.color-1 {
color: #f3f4f6;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #e0e6e0;
}
.color-4 {
color: #ffb4a3;
}
.color-5 {
color: #a9e0d4;
}

/* CSS Variables */
:root {
--color-1: #f3f4f6;
--color-2: #ffffff;
--color-3: #e0e6e0;
--color-4: #ffb4a3;
--color-5: #a9e0d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f4f6, #ffffff, #e0e6e0, #ffb4a3, #a9e0d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f4f6, #ffffff, #e0e6e0, #ffb4a3, #a9e0d4);
}

Soft Breezes color palette created on .