Paleta de colores Tropical Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Dreamscape palette
CSS de la paleta de colores Tropical Dreamscape
/* CSS */
.color-1 {
color: #a62b92;
}
.color-2 {
color: #609d9f;
}
.color-3 {
color: #80ffd4;
}
.color-4 {
color: #ff6bb5;
}
.color-5 {
color: #ff1492;
}
/* CSS Variables */
:root {
--color-1: #a62b92;
--color-2: #609d9f;
--color-3: #80ffd4;
--color-4: #ff6bb5;
--color-5: #ff1492;
}
CSS del degradado de fondo Tropical Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b92, #609d9f, #80ffd4, #ff6bb5, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b92, #609d9f, #80ffd4, #ff6bb5, #ff1492);
}
Paletas de colores similares
Tropical Dreamscape color palette created on .