Blue Opal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Opal palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Opal Color Palette (PNG)
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);
}
Similar color palettes
Blue Opal color palette created on .