Yellow Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunset palette

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

Yellow Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #f0a000;
}
.color-3 {
color: #ef7f2a;
}
.color-4 {
color: #da5f2b;
}
.color-5 {
color: #b94f3c;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #f0a000;
--color-3: #ef7f2a;
--color-4: #da5f2b;
--color-5: #b94f3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #f0a000, #ef7f2a, #da5f2b, #b94f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #f0a000, #ef7f2a, #da5f2b, #b94f3c);
}

Yellow Sunset color palette created on .