Paleta de colores Cherry Pie Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cherry Pie Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Cherry Pie Shades

/* CSS */
.color-1 {
color: #2a0359;
}
.color-2 {
color: #4a0d7d;
}
.color-3 {
color: #7e2e9e;
}
.color-4 {
color: #b654b2;
}
.color-5 {
color: #f1a7c7;
}

/* CSS Variables */
:root {
--color-1: #2a0359;
--color-2: #4a0d7d;
--color-3: #7e2e9e;
--color-4: #b654b2;
--color-5: #f1a7c7;
}

CSS del degradado de fondo Cherry Pie Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a0359, #4a0d7d, #7e2e9e, #b654b2, #f1a7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a0359, #4a0d7d, #7e2e9e, #b654b2, #f1a7c7);
}

Cherry Pie Shades color palette created on .