Paleta de colores Vibrant Classroom Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Classroom Dreams palette
CSS de la paleta de colores Vibrant Classroom Dreams
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #1fb2aa;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #ffd900;
--color-4: #ffb8c1;
--color-5: #1fb2aa;
}
CSS del degradado de fondo Vibrant Classroom Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #ffd900, #ffb8c1, #1fb2aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #ffd900, #ffb8c1, #1fb2aa);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Brillante
Vibrant Classroom Dreams color palette created on .