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