Paleta de colores Pink Wedding Cake

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Wedding Cake palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Wedding Cake

/* CSS */
.color-1 {
color: #f8e1d3;
}
.color-2 {
color: #f1b8a2;
}
.color-3 {
color: #eca2b4;
}
.color-4 {
color: #f7d7b6;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #f8e1d3;
--color-2: #f1b8a2;
--color-3: #eca2b4;
--color-4: #f7d7b6;
--color-5: #ffd900;
}

CSS del degradado de fondo Pink Wedding Cake

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1d3, #f1b8a2, #eca2b4, #f7d7b6, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1d3, #f1b8a2, #eca2b4, #f7d7b6, #ffd900);
}

Pink Wedding Cake color palette created on .