Pooks Color Palette
Discover the beautiful Pooks color palette featuring vis vis (#ffeea3), flesh (#ffd3a3), cornflower lilac (#ffadad), carnation pink (#ff94c4) and mauve (#e09eff).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Pooks palette
💻 Pooks color palette CSS
/* CSS */
.color-1 {
color: #ffeea3;
}
.color-2 {
color: #ffd3a3;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ff94c4;
}
.color-5 {
color: #e09eff;
}
/* CSS Variables */
:root {
--color-1: #ffeea3;
--color-2: #ffd3a3;
--color-3: #ffadad;
--color-4: #ff94c4;
--color-5: #e09eff;
} 🌈 Pooks background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffeea3, #ffd3a3, #ffadad, #ff94c4, #e09eff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffeea3, #ffd3a3, #ffadad, #ff94c4, #e09eff);
} 🔗 Explore similar color palettes
Pooks color palette created on .