Eastern Blue Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eastern Blue Breeze palette

Share this palette to:

Eastern Blue Breeze color palette CSS

/* CSS */
.color-1 {
color: #1e99ae;
}
.color-2 {
color: #3bbdc9;
}
.color-3 {
color: #6fd4d8;
}
.color-4 {
color: #a5e3e4;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #1e99ae;
--color-2: #3bbdc9;
--color-3: #6fd4d8;
--color-4: #a5e3e4;
--color-5: #f1f5f8;
}

Eastern Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e99ae, #3bbdc9, #6fd4d8, #a5e3e4, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e99ae, #3bbdc9, #6fd4d8, #a5e3e4, #f1f5f8);
}

Eastern Blue Breeze color palette created on .