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: #00b2d1;
}
.color-3 {
color: #4ae0e8;
}
.color-4 {
color: #a3e0e6;
}
.color-5 {
color: #e1f8f9;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b2d1;
--color-3: #4ae0e8;
--color-4: #a3e0e6;
--color-5: #e1f8f9;
}

CSS del degradado de fondo Bondi Blue Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b2d1, #4ae0e8, #a3e0e6, #e1f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b2d1, #4ae0e8, #a3e0e6, #e1f8f9);
}

Bondi Blue Breeze color palette created on .