Yellow Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunset palette

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

Yellow Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b800;
}
.color-2 {
color: #f5e900;
}
.color-3 {
color: #fac400;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #f5b800;
--color-2: #f5e900;
--color-3: #fac400;
--color-4: #ff6d1f;
--color-5: #e63746;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b800, #f5e900, #fac400, #ff6d1f, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b800, #f5e900, #fac400, #ff6d1f, #e63746);
}

Yellow Sunset color palette created on .