Paleta de colores Vibrant Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Dreamscape palette
CSS de la paleta de colores Vibrant Dreamscape
/* CSS */
.color-1 {
color: #87fc27;
}
.color-2 {
color: #ec6ab1;
}
.color-3 {
color: #f93b06;
}
.color-4 {
color: #4c513d;
}
.color-5 {
color: #8502f7;
}
/* CSS Variables */
:root {
--color-1: #87fc27;
--color-2: #ec6ab1;
--color-3: #f93b06;
--color-4: #4c513d;
--color-5: #8502f7;
}
CSS del degradado de fondo Vibrant Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #87fc27, #ec6ab1, #f93b06, #4c513d, #8502f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #87fc27, #ec6ab1, #f93b06, #4c513d, #8502f7);
}
Paletas de colores similares
Vibrant Dreamscape color palette created on .