Goob Dandy World Color Palette

Discover the beautiful Goob Dandy World color palette featuring viking (#5cbfe0), saffron (#f6b83c), persian pink (#f78db2), vista blue (#8cd4a1) and terracotta (#e0705c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Yellow, Pink, Green, Orange, Bright, Dandys World color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • Copy precise HEX codes and RGB values for your designs
  • Adjust its brightness, saturation, and warmth to create new variations
  • Preview UI components to see how colors work in real interfaces
  • Copy CSS code including background gradients and color variables
  • Download the palette
  • Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Goob Dandy World palette

Share this palette to:

💻 Goob Dandy World color palette CSS

/* CSS */
.color-1 {
color: #5cbfe0;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f78db2;
}
.color-4 {
color: #8cd4a1;
}
.color-5 {
color: #e0705c;
}

/* CSS Variables */
:root {
--color-1: #5cbfe0;
--color-2: #f6b83c;
--color-3: #f78db2;
--color-4: #8cd4a1;
--color-5: #e0705c;
}

🌈 Goob Dandy World background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cbfe0, #f6b83c, #f78db2, #8cd4a1, #e0705c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cbfe0, #f6b83c, #f78db2, #8cd4a1, #e0705c);
}

Goob Dandy World color palette created on .