Paleta de colores Pink Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Breeze

/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f8c9b9;
}
.color-3 {
color: #f2dfc0;
}
.color-4 {
color: #c1e1d6;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f8c9b9;
--color-3: #f2dfc0;
--color-4: #c1e1d6;
--color-5: #a8d3e1;
}

CSS del degradado de fondo Pink Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f8c9b9, #f2dfc0, #c1e1d6, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f8c9b9, #f2dfc0, #c1e1d6, #a8d3e1);
}

Pink Breeze color palette created on .