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: #1f9e7a;
}
.color-2 {
color: #4db3a7;
}
.color-3 {
color: #6fd3c9;
}
.color-4 {
color: #a7e0e2;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #1f9e7a;
--color-2: #4db3a7;
--color-3: #6fd3c9;
--color-4: #a7e0e2;
--color-5: #ffb84d;
}
Oceanic Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f9e7a, #4db3a7, #6fd3c9, #a7e0e2, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f9e7a, #4db3a7, #6fd3c9, #a7e0e2, #ffb84d);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Oceanic Sunrise color palette created on .