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