Golden Hour in the City カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Hour in the City palette
Golden Hour in the City カラーパレット CSS
/* CSS */
.color-1 {
color: #f5c899;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e69900;
}
.color-4 {
color: #d67d00;
}
.color-5 {
color: #c25a00;
}
/* CSS Variables */
:root {
--color-1: #f5c899;
--color-2: #f0a800;
--color-3: #e69900;
--color-4: #d67d00;
--color-5: #c25a00;
}
Golden Hour in the City の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c899, #f0a800, #e69900, #d67d00, #c25a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c899, #f0a800, #e69900, #d67d00, #c25a00);
}
似たようなカラーパレット
Golden Hour in the City color palette created on .