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