Autumn Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Autumn Sunset palette

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

Autumn Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f3ca4f;
}
.color-2 {
color: #f79c1d;
}
.color-3 {
color: #d8544f;
}
.color-4 {
color: #6b2e8e;
}
.color-5 {
color: #4b9bdd;
}

/* CSS Variables */
:root {
--color-1: #f3ca4f;
--color-2: #f79c1d;
--color-3: #d8544f;
--color-4: #6b2e8e;
--color-5: #4b9bdd;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ca4f, #f79c1d, #d8544f, #6b2e8e, #4b9bdd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ca4f, #f79c1d, #d8544f, #6b2e8e, #4b9bdd);
}

Autumn Sunset color palette created on .