Tulip Serenade Color Palette

Discover the beautiful Tulip Serenade color palette featuring carnation pink (#ff9eba), pink (#ffc2c8), romantic (#ffcdb3), aero blue (#b3ffc9) and malibu (#7ab8ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cream, Light, Mint, Peach, Pink, Soft, Spring, Summer, Vibrant 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 Serenade palette

Share this palette to:

💻 Tulip Serenade color palette CSS

/* CSS */
.color-1 {
color: #ff9eba;
}
.color-2 {
color: #ffc2c8;
}
.color-3 {
color: #ffcdb3;
}
.color-4 {
color: #b3ffc9;
}
.color-5 {
color: #7ab8ff;
}

/* CSS Variables */
:root {
--color-1: #ff9eba;
--color-2: #ffc2c8;
--color-3: #ffcdb3;
--color-4: #b3ffc9;
--color-5: #7ab8ff;
}

🌈 Tulip Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9eba, #ffc2c8, #ffcdb3, #b3ffc9, #7ab8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9eba, #ffc2c8, #ffcdb3, #b3ffc9, #7ab8ff);
}

Tulip Serenade color palette created on .