Deep Blue Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Blue Shades palette
Deep Blue Shades color palette CSS
/* CSS */
.color-1 {
color: #1c137c;
}
.color-2 {
color: #4c3c9a;
}
.color-3 {
color: #796abe;
}
.color-4 {
color: #a79fd1;
}
.color-5 {
color: #e5e0ff;
}
/* CSS Variables */
:root {
--color-1: #1c137c;
--color-2: #4c3c9a;
--color-3: #796abe;
--color-4: #a79fd1;
--color-5: #e5e0ff;
}
Deep Blue Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c137c, #4c3c9a, #796abe, #a79fd1, #e5e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c137c, #4c3c9a, #796abe, #a79fd1, #e5e0ff);
}
Similar color palettes
Deep Blue Shades color palette created on .