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