Citrus Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Citrus Sunset palette

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

Citrus Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9b3d;
}
.color-2 {
color: #f1b44b;
}
.color-3 {
color: #d9a65e;
}
.color-4 {
color: #c3a86f;
}
.color-5 {
color: #a6694e;
}

/* CSS Variables */
:root {
--color-1: #ff9b3d;
--color-2: #f1b44b;
--color-3: #d9a65e;
--color-4: #c3a86f;
--color-5: #a6694e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9b3d, #f1b44b, #d9a65e, #c3a86f, #a6694e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9b3d, #f1b44b, #d9a65e, #c3a86f, #a6694e);
}

Citrus Sunset color palette created on .