Discover the beautiful Poppy's Embrace color palette featuring sunset orange (#ff4d4d), neon carrot (#ff9b3d), golden tainoi (#ffcc4d), conifer (#a3d55d) and aqua forest (#4f9c7e).

Poppy's Embrace Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Poppy's Embrace palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Poppy's Embrace palette

Share this palette to:

💻 Poppy's Embrace color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffcc4d;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #4f9c7e;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff9b3d;
--color-3: #ffcc4d;
--color-4: #a3d55d;
--color-5: #4f9c7e;
}

🌈 Poppy's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff9b3d, #ffcc4d, #a3d55d, #4f9c7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff9b3d, #ffcc4d, #a3d55d, #4f9c7e);
}

Poppy's Embrace color palette created on .