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: #1d5c8c;
}
.color-2 {
color: #3b8dba;
}
.color-3 {
color: #69b5d8;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d34d3c;
}
/* CSS Variables */
:root {
--color-1: #1d5c8c;
--color-2: #3b8dba;
--color-3: #69b5d8;
--color-4: #f6b83c;
--color-5: #d34d3c;
}
Ocean Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d5c8c, #3b8dba, #69b5d8, #f6b83c, #d34d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d5c8c, #3b8dba, #69b5d8, #f6b83c, #d34d3c);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Ocean Sunrise color palette created on .