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