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