Yellow Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunset palette

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

Yellow Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #e0b400;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #e0b400;
--color-2: #ff6d1f;
--color-3: #ff9900;
--color-4: #ffcc00;
--color-5: #ffec3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b400, #ff6d1f, #ff9900, #ffcc00, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b400, #ff6d1f, #ff9900, #ffcc00, #ffec3d);
}

Yellow Sunset color palette created on .