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