Light Blue and Dark Purple Dream Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Light Blue and Dark Purple Dream palette
tavolozza dei colori Light Blue and Dark Purple Dream 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;
}
CSS con gradiente di sfondo Light Blue and Dark Purple Dream
/* 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);
}
Tavolozze di colori simili
Light Blue and Dark Purple Dream color palette created on .