Gentle Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gentle Breeze palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Gentle Breeze カラーパレット (PNG) をダウンロード
Gentle Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #71d1c6;
}
.color-2 {
color: #a1e2d2;
}
.color-3 {
color: #d7f4e2;
}
.color-4 {
color: #f9e8b4;
}
.color-5 {
color: #f2b2a1;
}
/* CSS Variables */
:root {
--color-1: #71d1c6;
--color-2: #a1e2d2;
--color-3: #d7f4e2;
--color-4: #f9e8b4;
--color-5: #f2b2a1;
}
Gentle Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71d1c6, #a1e2d2, #d7f4e2, #f9e8b4, #f2b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71d1c6, #a1e2d2, #d7f4e2, #f9e8b4, #f2b2a1);
}
似たようなカラーパレット
Gentle Breeze color palette created on .