Bondi Blue Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bondi Blue Breeze palette
Bondi Blue Breeze color palette CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b7e0;
}
.color-3 {
color: #00dee6;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b7e0;
--color-3: #00dee6;
--color-4: #a3d55d;
--color-5: #f5c400;
}
Bondi Blue Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b7e0, #00dee6, #a3d55d, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b7e0, #00dee6, #a3d55d, #f5c400);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Bondi Blue Breeze color palette created on .