Soft Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Breeze palette
Soft Breeze カラー パレット PNG 画像
Soft Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #f0ffff;
}
.color-2 {
color: #fffff0;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #dbf0ff;
}
.color-5 {
color: #f0f0ff;
}
/* CSS Variables */
:root {
--color-1: #f0ffff;
--color-2: #fffff0;
--color-3: #ffffff;
--color-4: #dbf0ff;
--color-5: #f0f0ff;
}
Soft Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ffff, #fffff0, #ffffff, #dbf0ff, #f0f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ffff, #fffff0, #ffffff, #dbf0ff, #f0f0ff);
}
似たようなカラーパレット
Soft Breeze color palette created on .