Paleta de colores Blush and Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blush and Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Blush and Breeze

/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #fcdee6;
}
.color-3 {
color: #fbcbd8;
}
.color-4 {
color: #f1acb4;
}
.color-5 {
color: #889dd8;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #fcdee6;
--color-3: #fbcbd8;
--color-4: #f1acb4;
--color-5: #889dd8;
}

CSS del degradado de fondo Blush and Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #fcdee6, #fbcbd8, #f1acb4, #889dd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #fcdee6, #fbcbd8, #f1acb4, #889dd8);
}

Blush and Breeze color palette created on .