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: #6b95b3;
}
.color-2 {
color: #50a2b4;
}
.color-3 {
color: #3fc1d5;
}
.color-4 {
color: #e6b400;
}
.color-5 {
color: #f47b1f;
}
/* CSS Variables */
:root {
--color-1: #6b95b3;
--color-2: #50a2b4;
--color-3: #3fc1d5;
--color-4: #e6b400;
--color-5: #f47b1f;
}
Oceanic Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b95b3, #50a2b4, #3fc1d5, #e6b400, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b95b3, #50a2b4, #3fc1d5, #e6b400, #f47b1f);
}
Similar color palettes
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
- Sweet Orchard Delight
- Purple Twilight
- Celestial Dreams
- Tropical Serenity
- Aqua Retreat
- Ocean Breeze
- Dimmed Blue Green Pink
- Serene Skies at Dusk
- Shades of Blue
- Cool Jazz Harmony
- Blue Chance
- Blue Earthtones
Oceanic Sunrise color palette created on .