Pookie Color Palette

Discover the beautiful Pookie color palette featuring romantic (#ffd4bd), colonial white (#ffebb8), willow brook (#f2f7ed), blue chalk (#f4e7fe) and moon raker (#f2c7f5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Apricot, Cream, Lavender, Pink, Soft, Pastel, Warm, Spring, Feminine 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 Pookie palette

Share this palette to:

💻 Pookie color palette CSS

/* CSS */
.color-1 {
color: #ffd4bd;
}
.color-2 {
color: #ffebb8;
}
.color-3 {
color: #f2f7ed;
}
.color-4 {
color: #f4e7fe;
}
.color-5 {
color: #f2c7f5;
}

/* CSS Variables */
:root {
--color-1: #ffd4bd;
--color-2: #ffebb8;
--color-3: #f2f7ed;
--color-4: #f4e7fe;
--color-5: #f2c7f5;
}

🌈 Pookie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd4bd, #ffebb8, #f2f7ed, #f4e7fe, #f2c7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd4bd, #ffebb8, #f2f7ed, #f4e7fe, #f2c7f5);
}

Pookie color palette created on .