Paleta de colores Tropical Sunset Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Sunset Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Sunset Serenade

/* CSS */
.color-1 {
color: #fa1e6f;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f4df1f;
}
.color-4 {
color: #a2d94a;
}
.color-5 {
color: #4cc9e6;
}

/* CSS Variables */
:root {
--color-1: #fa1e6f;
--color-2: #f47b1f;
--color-3: #f4df1f;
--color-4: #a2d94a;
--color-5: #4cc9e6;
}

CSS del degradado de fondo Tropical Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fa1e6f, #f47b1f, #f4df1f, #a2d94a, #4cc9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fa1e6f, #f47b1f, #f4df1f, #a2d94a, #4cc9e6);
}

Tropical Sunset Serenade color palette created on .