Goob Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Goob palette

Share this palette to:

Goob color palette CSS

/* CSS */
.color-1 {
color: #ff669c;
}
.color-2 {
color: #ff9c6b;
}
.color-3 {
color: #ffcc85;
}
.color-4 {
color: #3eb16a;
}
.color-5 {
color: #179bd3;
}

/* CSS Variables */
:root {
--color-1: #ff669c;
--color-2: #ff9c6b;
--color-3: #ffcc85;
--color-4: #3eb16a;
--color-5: #179bd3;
}

Goob background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff669c, #ff9c6b, #ffcc85, #3eb16a, #179bd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff669c, #ff9c6b, #ffcc85, #3eb16a, #179bd3);
}

Goob color palette created on .