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