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