Autumn's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn's Embrace palette

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

Autumn's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e0b4;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #d78028;
}
.color-4 {
color: #a0511c;
}
.color-5 {
color: #6c2b14;
}

/* CSS Variables */
:root {
--color-1: #f8e0b4;
--color-2: #f1b74b;
--color-3: #d78028;
--color-4: #a0511c;
--color-5: #6c2b14;
}

Autumn's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0b4, #f1b74b, #d78028, #a0511c, #6c2b14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0b4, #f1b74b, #d78028, #a0511c, #6c2b14);
}

Autumn's Embrace color palette created on .