Sunrise Serenity Color Palette
Discover the beautiful Sunrise Serenity color palette featuring ziggurat (#bdcfe0), desert sand (#eebfaf), rum swizzle (#f8f5e2), akaroa (#cdbf9d) and equator (#dab358).
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 Sunrise Serenity palette
💻 Sunrise Serenity color palette CSS
/* CSS */
.color-1 {
color: #bdcfe0;
}
.color-2 {
color: #eebfaf;
}
.color-3 {
color: #f8f5e2;
}
.color-4 {
color: #cdbf9d;
}
.color-5 {
color: #dab358;
}
/* CSS Variables */
:root {
--color-1: #bdcfe0;
--color-2: #eebfaf;
--color-3: #f8f5e2;
--color-4: #cdbf9d;
--color-5: #dab358;
}
🌈 Sunrise Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdcfe0, #eebfaf, #f8f5e2, #cdbf9d, #dab358);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdcfe0, #eebfaf, #f8f5e2, #cdbf9d, #dab358);
}
🔗 Explore similar color palettes
Sunrise Serenity color palette created on .