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: #1e8cc2;
}
.color-2 {
color: #4bb7e2;
}
.color-3 {
color: #7ad9e6;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #1e8cc2;
--color-2: #4bb7e2;
--color-3: #7ad9e6;
--color-4: #f1c40e;
--color-5: #e74d3c;
}
Oceanic Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8cc2, #4bb7e2, #7ad9e6, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8cc2, #4bb7e2, #7ad9e6, #f1c40e, #e74d3c);
}
Similar color palettes
Oceanic Sunrise color palette created on .