Paleta de colores Tropical Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tropical Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Tropical Dreamscape

/* CSS */
.color-1 {
color: #ed318c;
}
.color-2 {
color: #f8c81b;
}
.color-3 {
color: #36e2e2;
}
.color-4 {
color: #3b0a71;
}
.color-5 {
color: #f45b1f;
}

/* CSS Variables */
:root {
--color-1: #ed318c;
--color-2: #f8c81b;
--color-3: #36e2e2;
--color-4: #3b0a71;
--color-5: #f45b1f;
}

CSS del degradado de fondo Tropical Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed318c, #f8c81b, #36e2e2, #3b0a71, #f45b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed318c, #f8c81b, #36e2e2, #3b0a71, #f45b1f);
}

Tropical Dreamscape color palette created on .