Oceanic Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Sunrise palette

Share this palette to:

Oceanic Sunrise color palette CSS

/* CSS */
.color-1 {
color: #5c7e9d;
}
.color-2 {
color: #a1c6c9;
}
.color-3 {
color: #e6b6b3;
}
.color-4 {
color: #fbd85b;
}
.color-5 {
color: #f6c879;
}

/* CSS Variables */
:root {
--color-1: #5c7e9d;
--color-2: #a1c6c9;
--color-3: #e6b6b3;
--color-4: #fbd85b;
--color-5: #f6c879;
}

Oceanic Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c7e9d, #a1c6c9, #e6b6b3, #fbd85b, #f6c879);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c7e9d, #a1c6c9, #e6b6b3, #fbd85b, #f6c879);
}

Oceanic Sunrise color palette created on .