Paleta de colores Soft Rose Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Rose Red palette
Descargar la paleta de colores Soft Rose Red (PNG)
CSS de la paleta de colores Soft Rose Red
/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ff4d4f;
}
.color-3 {
color: #d54d4d;
}
.color-4 {
color: #7b2d3d;
}
.color-5 {
color: #412a2f;
}
/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ff4d4f;
--color-3: #d54d4d;
--color-4: #7b2d3d;
--color-5: #412a2f;
}
CSS del degradado de fondo Soft Rose Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ff4d4f, #d54d4d, #7b2d3d, #412a2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ff4d4f, #d54d4d, #7b2d3d, #412a2f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Soft Rose Red color palette created on .