Breathwork Color Palette
Discover the beautiful Breathwork color palette featuring serenade (#fff1e5), romantic (#ffd6b3), rope (#93441a), white (#ffffff) and bittersweet (#ff6b6b).
Brightness
Saturation
Warmth
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Breathwork color palette created on .