Noisy Beep Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Noisy Beep palette
Noisy Beep color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Noisy Beep color palette created on .