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