Denim Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Denim Dreamscape palette
Denim Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b6baf;
}
.color-3 {
color: #7a9cd1;
}
.color-4 {
color: #a1c2e2;
}
.color-5 {
color: #d0e4f1;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6baf;
--color-3: #7a9cd1;
--color-4: #a1c2e2;
--color-5: #d0e4f1;
}
Denim Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6baf, #7a9cd1, #a1c2e2, #d0e4f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6baf, #7a9cd1, #a1c2e2, #d0e4f1);
}
Similar color palettes
Scroll down to explore 400+ Blue color palettes
Denim Dreamscape color palette created on .