Paleta de colores Blushing Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blushing Sunrise palette
CSS de la paleta de colores Blushing Sunrise
/* CSS */
.color-1 {
color: #e25a7a;
}
.color-2 {
color: #f2a1b6;
}
.color-3 {
color: #f5dfd1;
}
.color-4 {
color: #fbd87e;
}
.color-5 {
color: #d4b75e;
}
/* CSS Variables */
:root {
--color-1: #e25a7a;
--color-2: #f2a1b6;
--color-3: #f5dfd1;
--color-4: #fbd87e;
--color-5: #d4b75e;
}
CSS del degradado de fondo Blushing Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e25a7a, #f2a1b6, #f5dfd1, #fbd87e, #d4b75e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e25a7a, #f2a1b6, #f5dfd1, #fbd87e, #d4b75e);
}
Paletas de colores similares
Blushing Sunrise color palette created on .