Paleta de colores Pink Euphemie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Euphemie palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Euphemie

/* CSS */
.color-1 {
color: #f8c1b4;
}
.color-2 {
color: #f9a4b6;
}
.color-3 {
color: #f57f8d;
}
.color-4 {
color: #e44e6c;
}
.color-5 {
color: #c83c58;
}

/* CSS Variables */
:root {
--color-1: #f8c1b4;
--color-2: #f9a4b6;
--color-3: #f57f8d;
--color-4: #e44e6c;
--color-5: #c83c58;
}

CSS del degradado de fondo Pink Euphemie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c1b4, #f9a4b6, #f57f8d, #e44e6c, #c83c58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c1b4, #f9a4b6, #f57f8d, #e44e6c, #c83c58);
}

Pink Euphemie color palette created on .