Royal Waves Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Waves palette
Color Inspiration
Images that showcase this color palette in real designs
Download Royal Waves Color Palette (PNG)
Royal Waves color palette CSS
/* CSS */
.color-1 {
color: #1e4d8f;
}
.color-2 {
color: #3a78b6;
}
.color-3 {
color: #5ca7e0;
}
.color-4 {
color: #88c2f2;
}
.color-5 {
color: #c2e7ff;
}
/* CSS Variables */
:root {
--color-1: #1e4d8f;
--color-2: #3a78b6;
--color-3: #5ca7e0;
--color-4: #88c2f2;
--color-5: #c2e7ff;
}
Royal Waves background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d8f, #3a78b6, #5ca7e0, #88c2f2, #c2e7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d8f, #3a78b6, #5ca7e0, #88c2f2, #c2e7ff);
}
Similar color palettes
Scroll down to explore 10+ Blue color palettes
Royal Waves color palette created on .