Paleta de colores Empowered Embrace
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Empowered Embrace palette
Imagen PNG de la paleta de colores Empowered Embrace
CSS de la paleta de colores Empowered Embrace
/* CSS */
.color-1 {
color: #f57584;
}
.color-2 {
color: #f84f79;
}
.color-3 {
color: #2e2e2e;
}
.color-4 {
color: #fea04d;
}
.color-5 {
color: #f3f4eb;
}
/* CSS Variables */
:root {
--color-1: #f57584;
--color-2: #f84f79;
--color-3: #2e2e2e;
--color-4: #fea04d;
--color-5: #f3f4eb;
}
CSS del degradado de fondo Empowered Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f57584, #f84f79, #2e2e2e, #fea04d, #f3f4eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f57584, #f84f79, #2e2e2e, #fea04d, #f3f4eb);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Rosa
Empowered Embrace color palette created on .