Pink and Blue Kits Color Palette
Discover the beautiful Pink and Blue Kits color palette featuring cosmos (#ffcecf), tuft bush (#ffdbcb), sandy beach (#ffedcb), catskill white (#e9ecf5) and fog (#e4d6ff).
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 Pink and Blue Kits palette
💻 Pink and Blue Kits color palette CSS
/* CSS */
.color-1 {
color: #ffcecf;
}
.color-2 {
color: #ffdbcb;
}
.color-3 {
color: #ffedcb;
}
.color-4 {
color: #e9ecf5;
}
.color-5 {
color: #e4d6ff;
}
/* CSS Variables */
:root {
--color-1: #ffcecf;
--color-2: #ffdbcb;
--color-3: #ffedcb;
--color-4: #e9ecf5;
--color-5: #e4d6ff;
} 🌈 Pink and Blue Kits background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcecf, #ffdbcb, #ffedcb, #e9ecf5, #e4d6ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcecf, #ffdbcb, #ffedcb, #e9ecf5, #e4d6ff);
} 🔗 Explore similar color palettes
Pink and Blue Kits color palette created on .