Paleta de colores Bubblegum Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bubblegum Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Bubblegum Breeze

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #68c5e3;
}
.color-3 {
color: #a5e1f3;
}
.color-4 {
color: #f9f9b4;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #68c5e3;
--color-3: #a5e1f3;
--color-4: #f9f9b4;
--color-5: #ff6e61;
}

CSS del degradado de fondo Bubblegum Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #68c5e3, #a5e1f3, #f9f9b4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #68c5e3, #a5e1f3, #f9f9b4, #ff6e61);
}

Bubblegum Breeze color palette created on .