Yellow Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Yellow Sunset palette
Yellow Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #f9e66c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #f15a27;
}
.color-5 {
color: #c13b2f;
}
/* CSS Variables */
:root {
--color-1: #f9e66c;
--color-2: #f0a800;
--color-3: #f47b1f;
--color-4: #f15a27;
--color-5: #c13b2f;
}
Yellow Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e66c, #f0a800, #f47b1f, #f15a27, #c13b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e66c, #f0a800, #f47b1f, #f15a27, #c13b2f);
}
似たようなカラーパレット
Yellow Sunset color palette created on .