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: #f1a7b2;
}
.color-2 {
color: #ff5c7f;
}
.color-3 {
color: #ffa05c;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ffe070;
}

/* CSS Variables */
:root {
--color-1: #f1a7b2;
--color-2: #ff5c7f;
--color-3: #ffa05c;
--color-4: #ffcb5c;
--color-5: #ffe070;
}

CSS del degradado de fondo Tropical Sunset Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b2, #ff5c7f, #ffa05c, #ffcb5c, #ffe070);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b2, #ff5c7f, #ffa05c, #ffcb5c, #ffe070);
}

Tropical Sunset Serenade color palette created on .