Gooner Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gooner Dreamscape palette
Gooner Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #d94f3f;
}
.color-2 {
color: #f9b81f;
}
.color-3 {
color: #f3e158;
}
.color-4 {
color: #a1dae2;
}
.color-5 {
color: #603d8a;
}
/* CSS Variables */
:root {
--color-1: #d94f3f;
--color-2: #f9b81f;
--color-3: #f3e158;
--color-4: #a1dae2;
--color-5: #603d8a;
}
Gooner Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94f3f, #f9b81f, #f3e158, #a1dae2, #603d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94f3f, #f9b81f, #f3e158, #a1dae2, #603d8a);
}
Similar color palettes
Scroll down to explore 200+ Red color palettes
Gooner Dreamscape color palette created on .