Innocent Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Innocent Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Innocent Dream Color Palette (PNG)
Innocent Dream color palette CSS
/* CSS */
.color-1 {
color: #f6a7b0;
}
.color-2 {
color: #ffb8d1;
}
.color-3 {
color: #ffedb3;
}
.color-4 {
color: #b0e3d4;
}
.color-5 {
color: #a0c1e9;
}
/* CSS Variables */
:root {
--color-1: #f6a7b0;
--color-2: #ffb8d1;
--color-3: #ffedb3;
--color-4: #b0e3d4;
--color-5: #a0c1e9;
}
Innocent Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b0, #ffb8d1, #ffedb3, #b0e3d4, #a0c1e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b0, #ffb8d1, #ffedb3, #b0e3d4, #a0c1e9);
}
Similar color palettes
Innocent Dream color palette created on .