Paleta de colores Bubblegum Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bubblegum Blossom palette

Compartir esta paleta en:

Descargar la paleta de colores Bubblegum Blossom (PNG)

Download bubblegum blossom color palette PNG image (landscape)
Download bubblegum blossom color palette PNG image (square)

CSS de la paleta de colores Bubblegum Blossom

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffb6a3;
}
.color-4 {
color: #ffccbd;
}
.color-5 {
color: #d4a8ff;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff998a;
--color-3: #ffb6a3;
--color-4: #ffccbd;
--color-5: #d4a8ff;
}

CSS del degradado de fondo Bubblegum Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff998a, #ffb6a3, #ffccbd, #d4a8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff998a, #ffb6a3, #ffccbd, #d4a8ff);
}

Bubblegum Blossom color palette created on .