Ocean Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Sunrise palette
Ocean Sunrise color palette CSS
/* CSS */
.color-1 {
color: #003366;
}
.color-2 {
color: #005c99;
}
.color-3 {
color: #0088cc;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #fad000;
}
/* CSS Variables */
:root {
--color-1: #003366;
--color-2: #005c99;
--color-3: #0088cc;
--color-4: #f5c400;
--color-5: #fad000;
}
Ocean Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003366, #005c99, #0088cc, #f5c400, #fad000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003366, #005c99, #0088cc, #f5c400, #fad000);
}
Similar color palettes
Ocean Sunrise color palette created on .