Vincent Blue Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vincent Blue Shades palette

Condividi questa palette a:

tavolozza dei colori Vincent Blue Shades CSS

/* CSS */
.color-1 {
color: #26345a;
}
.color-2 {
color: #3e5274;
}
.color-3 {
color: #61789e;
}
.color-4 {
color: #8a97b2;
}
.color-5 {
color: #9eadbd;
}

/* CSS Variables */
:root {
--color-1: #26345a;
--color-2: #3e5274;
--color-3: #61789e;
--color-4: #8a97b2;
--color-5: #9eadbd;
}

CSS con gradiente di sfondo Vincent Blue Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #26345a, #3e5274, #61789e, #8a97b2, #9eadbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #26345a, #3e5274, #61789e, #8a97b2, #9eadbd);
}

Vincent Blue Shades color palette created on .