Rebel Waves Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rebel Waves palette
Rebel Waves color palette CSS
/* CSS */
.color-1 {
color: #1e3d57;
}
.color-2 {
color: #4a6b87;
}
.color-3 {
color: #77a4b6;
}
.color-4 {
color: #a3d3e0;
}
.color-5 {
color: #f7b5a1;
}
/* CSS Variables */
:root {
--color-1: #1e3d57;
--color-2: #4a6b87;
--color-3: #77a4b6;
--color-4: #a3d3e0;
--color-5: #f7b5a1;
}
Rebel Waves background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3d57, #4a6b87, #77a4b6, #a3d3e0, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3d57, #4a6b87, #77a4b6, #a3d3e0, #f7b5a1);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Rebel Waves color palette created on .