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