Venice Blue Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Venice Blue Serenity palette

Condividi questa palette a:

tavolozza dei colori Venice Blue Serenity CSS

/* CSS */
.color-1 {
color: #2b7897;
}
.color-2 {
color: #4cc4d6;
}
.color-3 {
color: #73e2e7;
}
.color-4 {
color: #a6f7f2;
}
.color-5 {
color: #f0f9f9;
}

/* CSS Variables */
:root {
--color-1: #2b7897;
--color-2: #4cc4d6;
--color-3: #73e2e7;
--color-4: #a6f7f2;
--color-5: #f0f9f9;
}

CSS con gradiente di sfondo Venice Blue Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b7897, #4cc4d6, #73e2e7, #a6f7f2, #f0f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b7897, #4cc4d6, #73e2e7, #a6f7f2, #f0f9f9);
}

Venice Blue Serenity color palette created on .