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