Warm Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Sunset palette

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

Warm Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7cf;
}
.color-2 {
color: #f1e1d0;
}
.color-3 {
color: #e6b479;
}
.color-4 {
color: #e57838;
}
.color-5 {
color: #a85e3e;
}

/* CSS Variables */
:root {
--color-1: #a7d7cf;
--color-2: #f1e1d0;
--color-3: #e6b479;
--color-4: #e57838;
--color-5: #a85e3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7cf, #f1e1d0, #e6b479, #e57838, #a85e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7cf, #f1e1d0, #e6b479, #e57838, #a85e3e);
}

Warm Sunset color palette created on .