Vibrant Classroom Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Classroom Dreams palette

Condividi questa palette a:

tavolozza dei colori Vibrant Classroom Dreams CSS

/* 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 con gradiente di sfondo 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 .