Opal Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Opal Breeze palette

Share this palette to:

Opal Breeze color palette CSS

/* CSS */
.color-1 {
color: #a9c6c2;
}
.color-2 {
color: #b8d5d5;
}
.color-3 {
color: #c4e3e1;
}
.color-4 {
color: #e0f0ed;
}
.color-5 {
color: #f3f7f6;
}

/* CSS Variables */
:root {
--color-1: #a9c6c2;
--color-2: #b8d5d5;
--color-3: #c4e3e1;
--color-4: #e0f0ed;
--color-5: #f3f7f6;
}

Opal Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c6c2, #b8d5d5, #c4e3e1, #e0f0ed, #f3f7f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c6c2, #b8d5d5, #c4e3e1, #e0f0ed, #f3f7f6);
}

Opal Breeze color palette created on .