Yellow Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunset palette

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

Yellow Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e79f;
}
.color-2 {
color: #f7c64a;
}
.color-3 {
color: #d9a24a;
}
.color-4 {
color: #e9b79f;
}
.color-5 {
color: #d65b2e;
}

/* CSS Variables */
:root {
--color-1: #f9e79f;
--color-2: #f7c64a;
--color-3: #d9a24a;
--color-4: #e9b79f;
--color-5: #d65b2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e79f, #f7c64a, #d9a24a, #e9b79f, #d65b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e79f, #f7c64a, #d9a24a, #e9b79f, #d65b2e);
}

Yellow Sunset color palette created on .