Paleta de colores Pink Cherry Soda

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Cherry Soda palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Cherry Soda

/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff8f9c;
}
.color-4 {
color: #ffb3c2;
}
.color-5 {
color: #ffb3d4;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff7092;
--color-3: #ff8f9c;
--color-4: #ffb3c2;
--color-5: #ffb3d4;
}

CSS del degradado de fondo Pink Cherry Soda

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff7092, #ff8f9c, #ffb3c2, #ffb3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff7092, #ff8f9c, #ffb3c2, #ffb3d4);
}

Pink Cherry Soda color palette created on .