Paleta de colores Vibrant Classroom Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Classroom Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Classroom Dreams

/* CSS */
.color-1 {
color: #ffb9b3;
}
.color-2 {
color: #aaa0ee;
}
.color-3 {
color: #ffed85;
}
.color-4 {
color: #ffdbdf;
}
.color-5 {
color: #7ae6e0;
}

/* CSS Variables */
:root {
--color-1: #ffb9b3;
--color-2: #aaa0ee;
--color-3: #ffed85;
--color-4: #ffdbdf;
--color-5: #7ae6e0;
}

CSS del degradado de fondo Vibrant Classroom Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb9b3, #aaa0ee, #ffed85, #ffdbdf, #7ae6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb9b3, #aaa0ee, #ffed85, #ffdbdf, #7ae6e0);
}

Vibrant Classroom Dreams color palette created on .