Oceanic Sunrise Color Palette
Discover the beautiful Oceanic Sunrise color palette featuring logan (#a3a6cc), spindle (#c1d6f0), botticelli (#d8e9ee), light apricot (#fde0bf) and vivid tangerine (#fca17d).
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 Oceanic Sunrise palette
💻 Oceanic Sunrise color palette CSS
/* CSS */
.color-1 {
color: #a3a6cc;
}
.color-2 {
color: #c1d6f0;
}
.color-3 {
color: #d8e9ee;
}
.color-4 {
color: #fde0bf;
}
.color-5 {
color: #fca17d;
}
/* CSS Variables */
:root {
--color-1: #a3a6cc;
--color-2: #c1d6f0;
--color-3: #d8e9ee;
--color-4: #fde0bf;
--color-5: #fca17d;
}
🌈 Oceanic Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3a6cc, #c1d6f0, #d8e9ee, #fde0bf, #fca17d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3a6cc, #c1d6f0, #d8e9ee, #fde0bf, #fca17d);
}
🔗 Explore similar color palettes
Oceanic Sunrise color palette created on .