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: #6db3e8;
}
.color-2 {
color: #f9b39f;
}
.color-3 {
color: #f9e59f;
}
.color-4 {
color: #f58524;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #6db3e8;
--color-2: #f9b39f;
--color-3: #f9e59f;
--color-4: #f58524;
--color-5: #e94e77;
}

Oceanic Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6db3e8, #f9b39f, #f9e59f, #f58524, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6db3e8, #f9b39f, #f9e59f, #f58524, #e94e77);
}

Oceanic Sunrise color palette created on .