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