Vibrant Classroom Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Classroom Dreams palette
Vibrant Classroom Dreams color palette 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;
}
Vibrant Classroom Dreams background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 80+ Pink color palettes
Vibrant Classroom Dreams color palette created on .