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