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