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

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn's Warm Embrace palette

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

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

/* CSS */
.color-1 {
color: #f6b6bf;
}
.color-2 {
color: #fbcf23;
}
.color-3 {
color: #f15a3b;
}
.color-4 {
color: #a34d2e;
}
.color-5 {
color: #553216;
}

/* CSS Variables */
:root {
--color-1: #f6b6bf;
--color-2: #fbcf23;
--color-3: #f15a3b;
--color-4: #a34d2e;
--color-5: #553216;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6bf, #fbcf23, #f15a3b, #a34d2e, #553216);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6bf, #fbcf23, #f15a3b, #a34d2e, #553216);
}

Autumn's Warm Embrace color palette created on .