Digital Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Digital Dawn palette
Download Digital Dawn Color Palette (PNG)
Digital Dawn color palette CSS
/* CSS */
.color-1 {
color: #1e1e4d;
}
.color-2 {
color: #3a5b83;
}
.color-3 {
color: #5db5d5;
}
.color-4 {
color: #9ed5f0;
}
.color-5 {
color: #f0e9c7;
}
/* CSS Variables */
:root {
--color-1: #1e1e4d;
--color-2: #3a5b83;
--color-3: #5db5d5;
--color-4: #9ed5f0;
--color-5: #f0e9c7;
}
Digital Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e4d, #3a5b83, #5db5d5, #9ed5f0, #f0e9c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e4d, #3a5b83, #5db5d5, #9ed5f0, #f0e9c7);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Digital Dawn color palette created on .