Firey Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Firey Sunset palette

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

Firey Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f4503e;
}
.color-2 {
color: #f6a05a;
}
.color-3 {
color: #f9e88b;
}
.color-4 {
color: #a2d680;
}
.color-5 {
color: #59b9e8;
}

/* CSS Variables */
:root {
--color-1: #f4503e;
--color-2: #f6a05a;
--color-3: #f9e88b;
--color-4: #a2d680;
--color-5: #59b9e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4503e, #f6a05a, #f9e88b, #a2d680, #59b9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4503e, #f6a05a, #f9e88b, #a2d680, #59b9e8);
}

Firey Sunset color palette created on .