Yellow Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Yellow Sunset palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Yellow Sunset カラーパレット (PNG) をダウンロード
Yellow Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #fbd54b;
}
.color-2 {
color: #ff8c8a;
}
.color-3 {
color: #ffab94;
}
.color-4 {
color: #ffcc8a;
}
.color-5 {
color: #ffe97a;
}
/* CSS Variables */
:root {
--color-1: #fbd54b;
--color-2: #ff8c8a;
--color-3: #ffab94;
--color-4: #ffcc8a;
--color-5: #ffe97a;
}
Yellow Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbd54b, #ff8c8a, #ffab94, #ffcc8a, #ffe97a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbd54b, #ff8c8a, #ffab94, #ffcc8a, #ffe97a);
}
似たようなカラーパレット
Yellow Sunset color palette created on .