Pup Color Palette

Discover the beautiful Pup color palette featuring rose bud (#f9b79f), sandwisp (#f5e0a8), caper (#d2e59f), regent st blue (#9fd8e5) and jordy blue (#9eb8f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cream, Green, Lavender, Light, Pink, Soft 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 Pup palette

Share this palette to:

💻 Pup color palette CSS

/* CSS */
.color-1 {
color: #f9b79f;
}
.color-2 {
color: #f5e0a8;
}
.color-3 {
color: #d2e59f;
}
.color-4 {
color: #9fd8e5;
}
.color-5 {
color: #9eb8f5;
}

/* CSS Variables */
:root {
--color-1: #f9b79f;
--color-2: #f5e0a8;
--color-3: #d2e59f;
--color-4: #9fd8e5;
--color-5: #9eb8f5;
}

🌈 Pup background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b79f, #f5e0a8, #d2e59f, #9fd8e5, #9eb8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b79f, #f5e0a8, #d2e59f, #9fd8e5, #9eb8f5);
}

Pup color palette created on .