Blue Opal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Opal palette

Share this palette to:

Blue Opal color palette PNG image

Download blue opal color palette PNG image (landscape)
Download blue opal color palette PNG image (square)

Blue Opal color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6fb6c8;
}
.color-3 {
color: #4e95b1;
}
.color-4 {
color: #2c7a9b;
}
.color-5 {
color: #1a5c7a;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6fb6c8;
--color-3: #4e95b1;
--color-4: #2c7a9b;
--color-5: #1a5c7a;
}

Blue Opal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6fb6c8, #4e95b1, #2c7a9b, #1a5c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6fb6c8, #4e95b1, #2c7a9b, #1a5c7a);
}

Blue Opal color palette created on .