Serene Sunrise Color Palette
Discover the beautiful Serene Sunrise color palette featuring albescent white (#f5e1d6), tan (#d8b48d), sandy brown (#f2a96e), aqua island (#a1d9d6) and raw sienna (#c96c4a).
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 Serene Sunrise palette
💻 Serene Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f5e1d6;
}
.color-2 {
color: #d8b48d;
}
.color-3 {
color: #f2a96e;
}
.color-4 {
color: #a1d9d6;
}
.color-5 {
color: #c96c4a;
}
/* CSS Variables */
:root {
--color-1: #f5e1d6;
--color-2: #d8b48d;
--color-3: #f2a96e;
--color-4: #a1d9d6;
--color-5: #c96c4a;
} 🌈 Serene Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e1d6, #d8b48d, #f2a96e, #a1d9d6, #c96c4a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e1d6, #d8b48d, #f2a96e, #a1d9d6, #c96c4a);
} 🔗 Explore similar color palettes
Serene Sunrise color palette created on .