Paleta de colores Blushing Thorns

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Thorns palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Thorns

/* CSS */
.color-1 {
color: #7b2d69;
}
.color-2 {
color: #b77b99;
}
.color-3 {
color: #e4b4c5;
}
.color-4 {
color: #f4d2e2;
}
.color-5 {
color: #f1a7c6;
}

/* CSS Variables */
:root {
--color-1: #7b2d69;
--color-2: #b77b99;
--color-3: #e4b4c5;
--color-4: #f4d2e2;
--color-5: #f1a7c6;
}

CSS del degradado de fondo Blushing Thorns

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b2d69, #b77b99, #e4b4c5, #f4d2e2, #f1a7c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b2d69, #b77b99, #e4b4c5, #f4d2e2, #f1a7c6);
}

Blushing Thorns color palette created on .