Dark Blue Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Blue Purple palette
Dark Blue Purple color palette CSS
/* CSS */
.color-1 {
color: #1d2c63;
}
.color-2 {
color: #4b3e6a;
}
.color-3 {
color: #7e4b8b;
}
.color-4 {
color: #a46a89;
}
.color-5 {
color: #d57c6d;
}
/* CSS Variables */
:root {
--color-1: #1d2c63;
--color-2: #4b3e6a;
--color-3: #7e4b8b;
--color-4: #a46a89;
--color-5: #d57c6d;
}
Dark Blue Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2c63, #4b3e6a, #7e4b8b, #a46a89, #d57c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2c63, #4b3e6a, #7e4b8b, #a46a89, #d57c6d);
}
Similar color palettes
Dark Blue Purple color palette created on .