Noisy Beep Color Palette
Discover the beautiful Noisy Beep color palette featuring periwinkle (#d6e1ff), anakiwa (#9ec3ff), royal blue (#4f83e3), fun blue (#1e5eb8) and congress blue (#003e8a).
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 Noisy Beep palette
💻 Noisy Beep color palette CSS
/* CSS */
.color-1 {
color: #d6e1ff;
}
.color-2 {
color: #9ec3ff;
}
.color-3 {
color: #4f83e3;
}
.color-4 {
color: #1e5eb8;
}
.color-5 {
color: #003e8a;
}
/* CSS Variables */
:root {
--color-1: #d6e1ff;
--color-2: #9ec3ff;
--color-3: #4f83e3;
--color-4: #1e5eb8;
--color-5: #003e8a;
} 🌈 Noisy Beep background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6e1ff, #9ec3ff, #4f83e3, #1e5eb8, #003e8a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6e1ff, #9ec3ff, #4f83e3, #1e5eb8, #003e8a);
} 🔗 Explore similar color palettes
Noisy Beep color palette created on .