Opulent Azure Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Opulent Azure palette

Share this palette to:

Opulent Azure color palette PNG image

Download opulent azure color palette PNG image (landscape)
Download opulent azure color palette PNG image (square)

Opulent Azure color palette CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4b758b;
}
.color-3 {
color: #81a1b6;
}
.color-4 {
color: #bad6e3;
}
.color-5 {
color: #f3f9fc;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4b758b;
--color-3: #81a1b6;
--color-4: #bad6e3;
--color-5: #f3f9fc;
}

Opulent Azure background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4b758b, #81a1b6, #bad6e3, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4b758b, #81a1b6, #bad6e3, #f3f9fc);
}

Opulent Azure color palette created on .