Gooner Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gooner Glow palette

Share this palette to:

Gooner Glow color palette CSS

/* CSS */
.color-1 {
color: #b8503d;
}
.color-2 {
color: #ffb13d;
}
.color-3 {
color: #fef8e1;
}
.color-4 {
color: #4ccdc4;
}
.color-5 {
color: #3e5a75;
}

/* CSS Variables */
:root {
--color-1: #b8503d;
--color-2: #ffb13d;
--color-3: #fef8e1;
--color-4: #4ccdc4;
--color-5: #3e5a75;
}

Gooner Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8503d, #ffb13d, #fef8e1, #4ccdc4, #3e5a75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8503d, #ffb13d, #fef8e1, #4ccdc4, #3e5a75);
}

Gooner Glow color palette created on .