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: #1d4b8b;
}
.color-2 {
color: #6c5b80;
}
.color-3 {
color: #f7c7ab;
}
.color-4 {
color: #d2a460;
}
.color-5 {
color: #5abfbd;
}
/* CSS Variables */
:root {
--color-1: #1d4b8b;
--color-2: #6c5b80;
--color-3: #f7c7ab;
--color-4: #d2a460;
--color-5: #5abfbd;
}
Royal Blue Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4b8b, #6c5b80, #f7c7ab, #d2a460, #5abfbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4b8b, #6c5b80, #f7c7ab, #d2a460, #5abfbd);
}
Similar color palettes
Royal Blue Dream color palette created on .