Paleta de colores Blushing Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Harmony

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f3afc7;
}
.color-3 {
color: #ef9fd6;
}
.color-4 {
color: #d68abe;
}
.color-5 {
color: #ca63a6;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f3afc7;
--color-3: #ef9fd6;
--color-4: #d68abe;
--color-5: #ca63a6;
}

CSS del degradado de fondo Blushing Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f3afc7, #ef9fd6, #d68abe, #ca63a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f3afc7, #ef9fd6, #d68abe, #ca63a6);
}

Blushing Harmony color palette created on .