Powerpuff Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Powerpuff Dreams palette
Download Powerpuff Dreams Color Palette (PNG)
Powerpuff Dreams color palette CSS
/* CSS */
.color-1 {
color: #ff4d94;
}
.color-2 {
color: #ff7d1a;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #a84d8e;
}
/* CSS Variables */
:root {
--color-1: #ff4d94;
--color-2: #ff7d1a;
--color-3: #ffb300;
--color-4: #a3d5e0;
--color-5: #a84d8e;
}
Powerpuff Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d94, #ff7d1a, #ffb300, #a3d5e0, #a84d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d94, #ff7d1a, #ffb300, #a3d5e0, #a84d8e);
}
Similar color palettes
Scroll down to explore 3 Y2K color palettes
Powerpuff Dreams color palette created on .