Bourbon Breeze Color Palette
Discover the beautiful Bourbon Breeze color palette featuring akaroa (#d8c6a6), new orleans (#f1cfa2), casablanca (#f6b24c), brandy punch (#d17a29) and orange roughy (#b54a1c).
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 Bourbon Breeze palette
๐ป Bourbon Breeze color palette CSS
/* CSS */
.color-1 {
color: #d8c6a6;
}
.color-2 {
color: #f1cfa2;
}
.color-3 {
color: #f6b24c;
}
.color-4 {
color: #d17a29;
}
.color-5 {
color: #b54a1c;
}
/* CSS Variables */
:root {
--color-1: #d8c6a6;
--color-2: #f1cfa2;
--color-3: #f6b24c;
--color-4: #d17a29;
--color-5: #b54a1c;
} ๐ Bourbon Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c6a6, #f1cfa2, #f6b24c, #d17a29, #b54a1c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c6a6, #f1cfa2, #f6b24c, #d17a29, #b54a1c);
} ๐ Explore similar color palettes
Bourbon Breeze color palette created on .