Autumnal Nook カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumnal Nook palette

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

Autumnal Nook カラーパレット CSS

/* CSS */
.color-1 {
color: #e3af9c;
}
.color-2 {
color: #d9a378;
}
.color-3 {
color: #c68c5d;
}
.color-4 {
color: #a67c4e;
}
.color-5 {
color: #6d5d3b;
}

/* CSS Variables */
:root {
--color-1: #e3af9c;
--color-2: #d9a378;
--color-3: #c68c5d;
--color-4: #a67c4e;
--color-5: #6d5d3b;
}

Autumnal Nook の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3af9c, #d9a378, #c68c5d, #a67c4e, #6d5d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3af9c, #d9a378, #c68c5d, #a67c4e, #6d5d3b);
}

Autumnal Nook color palette created on .