Royal Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Dreams palette
Royal Dreams color palette PNG image
Royal Dreams color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b6aa0;
}
.color-3 {
color: #799bcd;
}
.color-4 {
color: #c3d7e9;
}
.color-5 {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6aa0;
--color-3: #799bcd;
--color-4: #c3d7e9;
--color-5: #f0f8ff;
}
Royal Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6aa0, #799bcd, #c3d7e9, #f0f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6aa0, #799bcd, #c3d7e9, #f0f8ff);
}
Similar color palettes
Scroll down to explore 10+ Blue color palettes
Royal Dreams color palette created on .