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