Yellow Sunlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunlight palette

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

Yellow Sunlight カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e8ab;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f89720;
}
.color-4 {
color: #f3712b;
}
.color-5 {
color: #d10000;
}

/* CSS Variables */
:root {
--color-1: #f7e8ab;
--color-2: #f9c54e;
--color-3: #f89720;
--color-4: #f3712b;
--color-5: #d10000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8ab, #f9c54e, #f89720, #f3712b, #d10000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8ab, #f9c54e, #f89720, #f3712b, #d10000);
}

Yellow Sunlight color palette created on .