Autumn Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Embrace palette

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

Autumn Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #e2b2a1;
}
.color-4 {
color: #f9e1b4;
}
.color-5 {
color: #f6e8b1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c6a6;
--color-3: #e2b2a1;
--color-4: #f9e1b4;
--color-5: #f6e8b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c6a6, #e2b2a1, #f9e1b4, #f6e8b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c6a6, #e2b2a1, #f9e1b4, #f6e8b1);
}

Autumn Embrace color palette created on .