Paleta de colores Tropical Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Serenade

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f6a523;
}
.color-3 {
color: #f5f0c2;
}
.color-4 {
color: #3a8c8d;
}
.color-5 {
color: #295b33;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f6a523;
--color-3: #f5f0c2;
--color-4: #3a8c8d;
--color-5: #295b33;
}

CSS del degradado de fondo Tropical Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f6a523, #f5f0c2, #3a8c8d, #295b33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f6a523, #f5f0c2, #3a8c8d, #295b33);
}

Tropical Serenade color palette created on .