Danube Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Danube Dreamscape palette
Danube Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #5c8fdb;
}
.color-2 {
color: #a1c8e8;
}
.color-3 {
color: #f1d3a7;
}
.color-4 {
color: #f7b3a6;
}
.color-5 {
color: #d34d3c;
}
/* CSS Variables */
:root {
--color-1: #5c8fdb;
--color-2: #a1c8e8;
--color-3: #f1d3a7;
--color-4: #f7b3a6;
--color-5: #d34d3c;
}
Danube Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c8fdb, #a1c8e8, #f1d3a7, #f7b3a6, #d34d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c8fdb, #a1c8e8, #f1d3a7, #f7b3a6, #d34d3c);
}
Similar color palettes
Danube Dreamscape color palette created on .