Anime Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Anime Dream palette
Anime Dream color palette PNG image
Anime Dream color palette CSS
/* CSS */
.color-1 {
color: #ffc2cf;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #b3eeff;
}
.color-4 {
color: #b1ff8a;
}
.color-5 {
color: #ffda6b;
}
/* CSS Variables */
:root {
--color-1: #ffc2cf;
--color-2: #ffb3e4;
--color-3: #b3eeff;
--color-4: #b1ff8a;
--color-5: #ffda6b;
}
Anime Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cf, #ffb3e4, #b3eeff, #b1ff8a, #ffda6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cf, #ffb3e4, #b3eeff, #b1ff8a, #ffda6b);
}
Similar color palettes
Scroll down to explore 100+ Pastel color palettes
Anime Dream color palette created on .