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