Buttery Bliss Color Palette

Discover the beautiful Buttery Bliss color palette featuring sandwisp (#f6e5a7), new orleans (#f3d8a5), pancho (#e9caa5), mandys pink (#f2b5a1) and apricot (#f29e7d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Amber, Yellow, Cream, Fun 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 Buttery Bliss palette

Share this palette to:

💻 Buttery Bliss color palette CSS

/* CSS */
.color-1 {
color: #f6e5a7;
}
.color-2 {
color: #f3d8a5;
}
.color-3 {
color: #e9caa5;
}
.color-4 {
color: #f2b5a1;
}
.color-5 {
color: #f29e7d;
}

/* CSS Variables */
:root {
--color-1: #f6e5a7;
--color-2: #f3d8a5;
--color-3: #e9caa5;
--color-4: #f2b5a1;
--color-5: #f29e7d;
}

🌈 Buttery Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5a7, #f3d8a5, #e9caa5, #f2b5a1, #f29e7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5a7, #f3d8a5, #e9caa5, #f2b5a1, #f29e7d);
}

Buttery Bliss color palette created on .