Paleta de colores Pink Ume
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Ume palette
CSS de la paleta de colores Pink Ume
/* CSS */
.color-1 {
color: #a34d80;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #fbd85b;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb9b3;
}
/* CSS Variables */
:root {
--color-1: #a34d80;
--color-2: #eab8e4;
--color-3: #fbd85b;
--color-4: #ff6e61;
--color-5: #ffb9b3;
}
CSS del degradado de fondo Pink Ume
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a34d80, #eab8e4, #fbd85b, #ff6e61, #ffb9b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a34d80, #eab8e4, #fbd85b, #ff6e61, #ffb9b3);
}
Paletas de colores similares
Pink Ume color palette created on .