Light Blue and Dark Purple Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue and Dark Purple Dream palette
Light Blue and Dark Purple Dream color palette CSS
/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #789aba;
}
.color-3 {
color: #5b4b8b;
}
.color-4 {
color: #3c2b6e;
}
.color-5 {
color: #2c223a;
}
/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #789aba;
--color-3: #5b4b8b;
--color-4: #3c2b6e;
--color-5: #2c223a;
}
Light Blue and Dark Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #789aba, #5b4b8b, #3c2b6e, #2c223a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #789aba, #5b4b8b, #3c2b6e, #2c223a);
}
Similar color palettes
Light Blue and Dark Purple Dream color palette created on .