Puffball Pink Rainbow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Puffball Pink Rainbow palette
Puffball Pink Rainbow color palette PNG image
Puffball Pink Rainbow color palette CSS
/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #fde5c9;
}
.color-3 {
color: #f6d4b1;
}
.color-4 {
color: #f8bfc6;
}
.color-5 {
color: #f3a5b7;
}
/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #fde5c9;
--color-3: #f6d4b1;
--color-4: #f8bfc6;
--color-5: #f3a5b7;
}
Puffball Pink Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #fde5c9, #f6d4b1, #f8bfc6, #f3a5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #fde5c9, #f6d4b1, #f8bfc6, #f3a5b7);
}
Similar color palettes
Puffball Pink Rainbow color palette created on .