Paleta de colores Dark Pink Romance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dark Pink Romance palette
CSS de la paleta de colores Dark Pink Romance
/* CSS */
.color-1 {
color: #60525b;
}
.color-2 {
color: #856f7b;
}
.color-3 {
color: #ab929b;
}
.color-4 {
color: #d5c3cb;
}
.color-5 {
color: #e3cfd9;
}
/* CSS Variables */
:root {
--color-1: #60525b;
--color-2: #856f7b;
--color-3: #ab929b;
--color-4: #d5c3cb;
--color-5: #e3cfd9;
}
CSS del degradado de fondo Dark Pink Romance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60525b, #856f7b, #ab929b, #d5c3cb, #e3cfd9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60525b, #856f7b, #ab929b, #d5c3cb, #e3cfd9);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Oscuro
Dark Pink Romance color palette created on .