Paleta de colores Bondi Blue Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bondi Blue Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Bondi Blue Breeze

/* 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;
}

CSS del degradado de fondo Bondi Blue Breeze

/* 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);
}

Bondi Blue Breeze color palette created on .