Autumn's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn's Embrace palette

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

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

/* CSS */
.color-1 {
color: #6c4f32;
}
.color-2 {
color: #c0ae8c;
}
.color-3 {
color: #d2c6b6;
}
.color-4 {
color: #f4e7c3;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #6c4f32;
--color-2: #c0ae8c;
--color-3: #d2c6b6;
--color-4: #f4e7c3;
--color-5: #f0a800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c4f32, #c0ae8c, #d2c6b6, #f4e7c3, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c4f32, #c0ae8c, #d2c6b6, #f4e7c3, #f0a800);
}

Autumn's Embrace color palette created on .