Ocean Breeze Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Breeze Sunset palette
Ocean Breeze Sunset color palette CSS
/* CSS */
.color-1 {
color: #1d89b4;
}
.color-2 {
color: #4eca8e;
}
.color-3 {
color: #f2e76e;
}
.color-4 {
color: #f9b76c;
}
.color-5 {
color: #e95b4e;
}
/* CSS Variables */
:root {
--color-1: #1d89b4;
--color-2: #4eca8e;
--color-3: #f2e76e;
--color-4: #f9b76c;
--color-5: #e95b4e;
}
Ocean Breeze Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d89b4, #4eca8e, #f2e76e, #f9b76c, #e95b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d89b4, #4eca8e, #f2e76e, #f9b76c, #e95b4e);
}
Similar color palettes
Ocean Breeze Sunset color palette created on .