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