Paleta de colores Pink Icing

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Icing palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Icing

/* CSS */
.color-1 {
color: #ffc09e;
}
.color-2 {
color: #ffadad;
}
.color-3 {
color: #ff667d;
}
.color-4 {
color: #d4a5a5;
}
.color-5 {
color: #39305a;
}

/* CSS Variables */
:root {
--color-1: #ffc09e;
--color-2: #ffadad;
--color-3: #ff667d;
--color-4: #d4a5a5;
--color-5: #39305a;
}

CSS del degradado de fondo Pink Icing

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc09e, #ffadad, #ff667d, #d4a5a5, #39305a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc09e, #ffadad, #ff667d, #d4a5a5, #39305a);
}

Pink Icing color palette created on .