Paleta de colores Purple Red Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Purple Red Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Purple Red Blossoms

/* CSS */
.color-1 {
color: #8c2c4a;
}
.color-2 {
color: #c85176;
}
.color-3 {
color: #e67a91;
}
.color-4 {
color: #f4b8c0;
}
.color-5 {
color: #f6d5e1;
}

/* CSS Variables */
:root {
--color-1: #8c2c4a;
--color-2: #c85176;
--color-3: #e67a91;
--color-4: #f4b8c0;
--color-5: #f6d5e1;
}

CSS del degradado de fondo Purple Red Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c2c4a, #c85176, #e67a91, #f4b8c0, #f6d5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c2c4a, #c85176, #e67a91, #f4b8c0, #f6d5e1);
}

Purple Red Blossoms color palette created on .