Golden Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Dreamscape palette
Golden Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f29f40;
}
.color-3 {
color: #f2b950;
}
.color-4 {
color: #f2c17d;
}
.color-5 {
color: #f2d49c;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f29f40;
--color-3: #f2b950;
--color-4: #f2c17d;
--color-5: #f2d49c;
}
Golden Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f29f40, #f2b950, #f2c17d, #f2d49c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f29f40, #f2b950, #f2c17d, #f2d49c);
}
Similar color palettes
Golden Dreamscape color palette created on .