Yellow Galaxy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Galaxy palette
Yellow Galaxy color palette CSS
/* CSS */
.color-1 {
color: #f2e03a;
}
.color-2 {
color: #f9d158;
}
.color-3 {
color: #fdd377;
}
.color-4 {
color: #f5c856;
}
.color-5 {
color: #e0a11a;
}
/* CSS Variables */
:root {
--color-1: #f2e03a;
--color-2: #f9d158;
--color-3: #fdd377;
--color-4: #f5c856;
--color-5: #e0a11a;
}
Yellow Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e03a, #f9d158, #fdd377, #f5c856, #e0a11a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e03a, #f9d158, #fdd377, #f5c856, #e0a11a);
}
Similar color palettes
Yellow Galaxy color palette created on .