Autumn Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Dreams palette

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

Autumn Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ebb08e;
}
.color-2 {
color: #f2b75f;
}
.color-3 {
color: #f4a443;
}
.color-4 {
color: #e76a40;
}
.color-5 {
color: #d55b39;
}

/* CSS Variables */
:root {
--color-1: #ebb08e;
--color-2: #f2b75f;
--color-3: #f4a443;
--color-4: #e76a40;
--color-5: #d55b39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebb08e, #f2b75f, #f4a443, #e76a40, #d55b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebb08e, #f2b75f, #f4a443, #e76a40, #d55b39);
}

Autumn Dreams color palette created on .