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