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