Royal Blue Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Blue Dream palette
Royal Blue Dream color palette CSS
/* CSS */
.color-1 {
color: #0f2452;
}
.color-2 {
color: #153e6f;
}
.color-3 {
color: #275f82;
}
.color-4 {
color: #3c749f;
}
.color-5 {
color: #548bab;
}
/* CSS Variables */
:root {
--color-1: #0f2452;
--color-2: #153e6f;
--color-3: #275f82;
--color-4: #3c749f;
--color-5: #548bab;
}
Royal Blue Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f2452, #153e6f, #275f82, #3c749f, #548bab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f2452, #153e6f, #275f82, #3c749f, #548bab);
}
Similar color palettes
Royal Blue Dream color palette created on .