Tulip Fields at Dusk Color Palette

Discover the beautiful Tulip Fields at Dusk color palette featuring givry (#f7e3b6), mandys pink (#f5bab2), light wisteria (#d5a6e3), morning glory (#a3d5e0) and acapulco (#77b6a7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSpring, Bright, Pink, Blue, Green 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 Tulip Fields at Dusk palette

Share this palette to:

💻 Tulip Fields at Dusk color palette CSS

/* CSS */
.color-1 {
color: #f7e3b6;
}
.color-2 {
color: #f5bab2;
}
.color-3 {
color: #d5a6e3;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #77b6a7;
}

/* CSS Variables */
:root {
--color-1: #f7e3b6;
--color-2: #f5bab2;
--color-3: #d5a6e3;
--color-4: #a3d5e0;
--color-5: #77b6a7;
}

🌈 Tulip Fields at Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e3b6, #f5bab2, #d5a6e3, #a3d5e0, #77b6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e3b6, #f5bab2, #d5a6e3, #a3d5e0, #77b6a7);
}

Tulip Fields at Dusk color palette created on .