Outback Serenity Color Palette
Discover the beautiful Outback Serenity color palette featuring tana (#d8d5b6), rainee (#b6c9a6), sinbad (#a5d5c5), breaker bay (#4b9b8b) and paradiso (#2e7a77).
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 Outback Serenity palette
💻 Outback Serenity color palette CSS
/* CSS */
.color-1 {
color: #d8d5b6;
}
.color-2 {
color: #b6c9a6;
}
.color-3 {
color: #a5d5c5;
}
.color-4 {
color: #4b9b8b;
}
.color-5 {
color: #2e7a77;
}
/* CSS Variables */
:root {
--color-1: #d8d5b6;
--color-2: #b6c9a6;
--color-3: #a5d5c5;
--color-4: #4b9b8b;
--color-5: #2e7a77;
}
🌈 Outback Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d5b6, #b6c9a6, #a5d5c5, #4b9b8b, #2e7a77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d5b6, #b6c9a6, #a5d5c5, #4b9b8b, #2e7a77);
}
🔗 Explore similar color palettes
Outback Serenity color palette created on .