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: #ff3d91;
}
.color-2 {
color: #62e4fe;
}
.color-3 {
color: #e359a5;
}
.color-4 {
color: #ff9b3d;
}
.color-5 {
color: #5ce1e6;
}

/* CSS Variables */
:root {
--color-1: #ff3d91;
--color-2: #62e4fe;
--color-3: #e359a5;
--color-4: #ff9b3d;
--color-5: #5ce1e6;
}

CSS del degradado de fondo Tropical Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d91, #62e4fe, #e359a5, #ff9b3d, #5ce1e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d91, #62e4fe, #e359a5, #ff9b3d, #5ce1e6);
}

Tropical Dreamscape color palette created on .