Rusty Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rusty Sunset palette

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

Rusty Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #cf4826;
}
.color-2 {
color: #c67a2a;
}
.color-3 {
color: #e8af5e;
}
.color-4 {
color: #f3c9a0;
}
.color-5 {
color: #f7e0cf;
}

/* CSS Variables */
:root {
--color-1: #cf4826;
--color-2: #c67a2a;
--color-3: #e8af5e;
--color-4: #f3c9a0;
--color-5: #f7e0cf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf4826, #c67a2a, #e8af5e, #f3c9a0, #f7e0cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf4826, #c67a2a, #e8af5e, #f3c9a0, #f7e0cf);
}

Rusty Sunset color palette created on .