Yellow Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunset palette

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

Yellow Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #fff49e;
}
.color-2 {
color: #f9d57b;
}
.color-3 {
color: #f1b341;
}
.color-4 {
color: #d63f2e;
}
.color-5 {
color: #a94c32;
}

/* CSS Variables */
:root {
--color-1: #fff49e;
--color-2: #f9d57b;
--color-3: #f1b341;
--color-4: #d63f2e;
--color-5: #a94c32;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff49e, #f9d57b, #f1b341, #d63f2e, #a94c32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff49e, #f9d57b, #f1b341, #d63f2e, #a94c32);
}

Yellow Sunset color palette created on .