Sunset Orchard カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Orchard palette

このパレットを共有する先:

Sunset Orchard カラーパレット CSS

/* CSS */
.color-1 {
color: #f9cb9f;
}
.color-2 {
color: #f5a700;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #d05e3e;
}
.color-5 {
color: #b5513b;
}

/* CSS Variables */
:root {
--color-1: #f9cb9f;
--color-2: #f5a700;
--color-3: #e77e23;
--color-4: #d05e3e;
--color-5: #b5513b;
}

Sunset Orchard の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9cb9f, #f5a700, #e77e23, #d05e3e, #b5513b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9cb9f, #f5a700, #e77e23, #d05e3e, #b5513b);
}

Sunset Orchard color palette created on .