Paleta de colores Soft Sunrise Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Sunrise Dream palette
CSS de la paleta de colores Soft Sunrise Dream
/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #ffdac2;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #fff9b3;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ffdac2;
--color-3: #ffd900;
--color-4: #fff9b3;
--color-5: #ffffff;
}
CSS del degradado de fondo Soft Sunrise Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ffdac2, #ffd900, #fff9b3, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ffdac2, #ffd900, #fff9b3, #ffffff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Durazno
Soft Sunrise Dream color palette created on .