Venice Blue Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Venice Blue Shades palette

Share this palette to:

Download Venice Blue Shades Color Palette (PNG)

Download venice blue shades color palette PNG image (landscape)
Download venice blue shades color palette PNG image (square)

Venice Blue Shades color palette CSS

/* CSS */
.color-1 {
color: #0a6a8a;
}
.color-2 {
color: #43a5b6;
}
.color-3 {
color: #6ecfe7;
}
.color-4 {
color: #f1d6a7;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #0a6a8a;
--color-2: #43a5b6;
--color-3: #6ecfe7;
--color-4: #f1d6a7;
--color-5: #f0a800;
}

Venice Blue Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a6a8a, #43a5b6, #6ecfe7, #f1d6a7, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a6a8a, #43a5b6, #6ecfe7, #f1d6a7, #f0a800);
}

Venice Blue Shades color palette created on .