Rustic Autumn Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Autumn Glow palette

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

Rustic Autumn Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #c48b6e;
}
.color-2 {
color: #b76a57;
}
.color-3 {
color: #a75344;
}
.color-4 {
color: #d5895d;
}
.color-5 {
color: #c69c8b;
}

/* CSS Variables */
:root {
--color-1: #c48b6e;
--color-2: #b76a57;
--color-3: #a75344;
--color-4: #d5895d;
--color-5: #c69c8b;
}

Rustic Autumn Glow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c48b6e, #b76a57, #a75344, #d5895d, #c69c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c48b6e, #b76a57, #a75344, #d5895d, #c69c8b);
}

Rustic Autumn Glow color palette created on .