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