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: #f4b8d0;
}
.color-2 {
color: #fad1e1;
}
.color-3 {
color: #fbeae9;
}
.color-4 {
color: #faeccc;
}
.color-5 {
color: #f2e1c5;
}
/* CSS Variables */
:root {
--color-1: #f4b8d0;
--color-2: #fad1e1;
--color-3: #fbeae9;
--color-4: #faeccc;
--color-5: #f2e1c5;
}
CSS del degradado de fondo Blushing Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8d0, #fad1e1, #fbeae9, #faeccc, #f2e1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8d0, #fad1e1, #fbeae9, #faeccc, #f2e1c5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Rosa
Blushing Sunrise color palette created on .