Breathwork Color Palette

Discover the beautiful Breathwork color palette featuring serenade (#fff1e5), romantic (#ffd6b3), rope (#93441a), white (#ffffff) and bittersweet (#ff6b6b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withApricot, Bright, Coral, Cream, Light, Peach, Red, Soft, Warm, White 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 Breathwork palette

Share this palette to:

๐Ÿ’ป Breathwork color palette CSS

/* CSS */
.color-1 {
color: #fff1e5;
}
.color-2 {
color: #ffd6b3;
}
.color-3 {
color: #93441a;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #fff1e5;
--color-2: #ffd6b3;
--color-3: #93441a;
--color-4: #ffffff;
--color-5: #ff6b6b;
}

๐ŸŒˆ Breathwork background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff1e5, #ffd6b3, #93441a, #ffffff, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff1e5, #ffd6b3, #93441a, #ffffff, #ff6b6b);
}

Breathwork color palette created on .