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