Whimsical Spirit Kisses Color Palette

Discover the beautiful Whimsical Spirit Kisses color palette featuring chantilly (#f5b3d4), givry (#f7e4b6), cream brulee (#ffe4a8), morning glory (#9fd4df) and light wisteria (#d5a7e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Peach, Pink, Soft 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 Whimsical Spirit Kisses palette

Share this palette to:

💻 Whimsical Spirit Kisses color palette CSS

/* CSS */
.color-1 {
color: #f5b3d4;
}
.color-2 {
color: #f7e4b6;
}
.color-3 {
color: #ffe4a8;
}
.color-4 {
color: #9fd4df;
}
.color-5 {
color: #d5a7e2;
}

/* CSS Variables */
:root {
--color-1: #f5b3d4;
--color-2: #f7e4b6;
--color-3: #ffe4a8;
--color-4: #9fd4df;
--color-5: #d5a7e2;
}

🌈 Whimsical Spirit Kisses background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b3d4, #f7e4b6, #ffe4a8, #9fd4df, #d5a7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b3d4, #f7e4b6, #ffe4a8, #9fd4df, #d5a7e2);
}

Whimsical Spirit Kisses color palette created on .