Yellow Pineapple Color Palette

Discover the beautiful Yellow Pineapple color palette featuring peach yellow (#f8e6aa), saffron mango (#f9c54e), casablanca (#f9b248), sea buckthorn (#f9a12f) and rose bud (#f7b1a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Bright, Spring, Fun, Tropical 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 Yellow Pineapple palette

Share this palette to:

💻 Yellow Pineapple color palette CSS

/* CSS */
.color-1 {
color: #f8e6aa;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f9b248;
}
.color-4 {
color: #f9a12f;
}
.color-5 {
color: #f7b1a1;
}

/* CSS Variables */
:root {
--color-1: #f8e6aa;
--color-2: #f9c54e;
--color-3: #f9b248;
--color-4: #f9a12f;
--color-5: #f7b1a1;
}

🌈 Yellow Pineapple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e6aa, #f9c54e, #f9b248, #f9a12f, #f7b1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e6aa, #f9c54e, #f9b248, #f9a12f, #f7b1a1);
}

Yellow Pineapple color palette created on .