Data Stream Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Data Stream Delight palette
Data Stream Delight color palette CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #2a698d;
}
.color-3 {
color: #4e9eb7;
}
.color-4 {
color: #85d4e0;
}
.color-5 {
color: #f9f34e;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #2a698d;
--color-3: #4e9eb7;
--color-4: #85d4e0;
--color-5: #f9f34e;
}
Data Stream Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #2a698d, #4e9eb7, #85d4e0, #f9f34e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #2a698d, #4e9eb7, #85d4e0, #f9f34e);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Data Stream Delight color palette created on .