Paleta de colores Maxine's Vibrant Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Maxine's Vibrant Dreamscape palette
CSS de la paleta de colores Maxine's Vibrant Dreamscape
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffcd57;
}
.color-3 {
color: #6cc059;
}
.color-4 {
color: #3d9ae1;
}
.color-5 {
color: #ff3c00;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffcd57;
--color-3: #6cc059;
--color-4: #3d9ae1;
--color-5: #ff3c00;
}
CSS del degradado de fondo Maxine's Vibrant Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffcd57, #6cc059, #3d9ae1, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffcd57, #6cc059, #3d9ae1, #ff3c00);
}
Paletas de colores similares
Maxine's Vibrant Dreamscape color palette created on .