Paleta de colores Petal Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Petal Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Petal Blossoms

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f6a7b3;
}
.color-3 {
color: #f58e9e;
}
.color-4 {
color: #f57a89;
}
.color-5 {
color: #f36d78;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f6a7b3;
--color-3: #f58e9e;
--color-4: #f57a89;
--color-5: #f36d78;
}

CSS del degradado de fondo Petal Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f6a7b3, #f58e9e, #f57a89, #f36d78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f6a7b3, #f58e9e, #f57a89, #f36d78);
}

Petal Blossoms color palette created on .