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