Sunset Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Yellow palette

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

Sunset Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c76d;
}
.color-2 {
color: #f8a85d;
}
.color-3 {
color: #f89b4f;
}
.color-4 {
color: #f78c3b;
}
.color-5 {
color: #f77d2b;
}

/* CSS Variables */
:root {
--color-1: #f8c76d;
--color-2: #f8a85d;
--color-3: #f89b4f;
--color-4: #f78c3b;
--color-5: #f77d2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c76d, #f8a85d, #f89b4f, #f78c3b, #f77d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c76d, #f8a85d, #f89b4f, #f78c3b, #f77d2b);
}

Sunset Yellow color palette created on .