Oceanic Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Sunrise palette
Oceanic Sunrise color palette CSS
/* CSS */
.color-1 {
color: #1e507b;
}
.color-2 {
color: #4f6187;
}
.color-3 {
color: #9fc8d0;
}
.color-4 {
color: #f7b8a1;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #1e507b;
--color-2: #4f6187;
--color-3: #9fc8d0;
--color-4: #f7b8a1;
--color-5: #f9c54e;
}
Oceanic Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e507b, #4f6187, #9fc8d0, #f7b8a1, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e507b, #4f6187, #9fc8d0, #f7b8a1, #f9c54e);
}
Similar color palettes
- Aqua Serenity
- Blue Moonlight
- Berry Bliss Cream
- Nervous Sunshine
- Lunar Serenade
- Calm Blue
- Moonlit Serenity
- Celestial Garden
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Shades of Blue Night
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
Oceanic Sunrise color palette created on .