Auburn Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Auburn Sunrise palette

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

Auburn Sunrise カラー パレット PNG 画像

Download auburn sunrise color palette PNG image (landscape)
Download auburn sunrise color palette PNG image (square)

Auburn Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #a65e2b;
}
.color-2 {
color: #d5884d;
}
.color-3 {
color: #f2b769;
}
.color-4 {
color: #f7d58d;
}
.color-5 {
color: #f9e1b9;
}

/* CSS Variables */
:root {
--color-1: #a65e2b;
--color-2: #d5884d;
--color-3: #f2b769;
--color-4: #f7d58d;
--color-5: #f9e1b9;
}

Auburn Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a65e2b, #d5884d, #f2b769, #f7d58d, #f9e1b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a65e2b, #d5884d, #f2b769, #f7d58d, #f9e1b9);
}

Auburn Sunrise color palette created on .