Ocean Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ocean Sunset Color Palette (PNG)
Ocean Sunset color palette CSS
/* CSS */
.color-1 {
color: #0b3f60;
}
.color-2 {
color: #055c5c;
}
.color-3 {
color: #a31465;
}
.color-4 {
color: #e1a3a3;
}
.color-5 {
color: #814831;
}
/* CSS Variables */
:root {
--color-1: #0b3f60;
--color-2: #055c5c;
--color-3: #a31465;
--color-4: #e1a3a3;
--color-5: #814831;
}
Ocean Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3f60, #055c5c, #a31465, #e1a3a3, #814831);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3f60, #055c5c, #a31465, #e1a3a3, #814831);
}
Similar color palettes
Ocean Sunset color palette created on .