Pacific Blue Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pacific Blue Breeze palette

Share this palette to:

Pacific Blue Breeze color palette CSS

/* CSS */
.color-1 {
color: #009bc2;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #00d5e0;
}
.color-4 {
color: #00e2e6;
}
.color-5 {
color: #9ff6f9;
}

/* CSS Variables */
:root {
--color-1: #009bc2;
--color-2: #00b0e0;
--color-3: #00d5e0;
--color-4: #00e2e6;
--color-5: #9ff6f9;
}

Pacific Blue Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009bc2, #00b0e0, #00d5e0, #00e2e6, #9ff6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009bc2, #00b0e0, #00d5e0, #00e2e6, #9ff6f9);
}

Pacific Blue Breeze color palette created on .