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