Paleta de colores Blush and Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blush and Shadows palette
CSS de la paleta de colores Blush and Shadows
/* CSS */
.color-1 {
color: #ff94b8;
}
.color-2 {
color: #f3a5c8;
}
.color-3 {
color: #e9c3d5;
}
.color-4 {
color: #4c4e52;
}
.color-5 {
color: #2f363d;
}
/* CSS Variables */
:root {
--color-1: #ff94b8;
--color-2: #f3a5c8;
--color-3: #e9c3d5;
--color-4: #4c4e52;
--color-5: #2f363d;
}
CSS del degradado de fondo Blush and Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff94b8, #f3a5c8, #e9c3d5, #4c4e52, #2f363d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff94b8, #f3a5c8, #e9c3d5, #4c4e52, #2f363d);
}
Paletas de colores similares
Blush and Shadows color palette created on .