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