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