Blue Night Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Blue Night palette
tavolozza dei colori Blue Night CSS
/* CSS */
.color-1 {
color: #3a3b8d;
}
.color-2 {
color: #5f7db9;
}
.color-3 {
color: #8fa6d6;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e76a4b;
}
/* CSS Variables */
:root {
--color-1: #3a3b8d;
--color-2: #5f7db9;
--color-3: #8fa6d6;
--color-4: #f1c84b;
--color-5: #e76a4b;
}
CSS con gradiente di sfondo Blue Night
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b8d, #5f7db9, #8fa6d6, #f1c84b, #e76a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b8d, #5f7db9, #8fa6d6, #f1c84b, #e76a4b);
}
Tavolozze di colori simili
Blue Night color palette created on .