Mediterranean Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mediterranean Breeze palette

Share this palette to:

Mediterranean Breeze color palette CSS

/* CSS */
.color-1 {
color: #29b0ff;
}
.color-2 {
color: #69dfe8;
}
.color-3 {
color: #90f4e2;
}
.color-4 {
color: #a0f8e8;
}
.color-5 {
color: #b4f9e8;
}

/* CSS Variables */
:root {
--color-1: #29b0ff;
--color-2: #69dfe8;
--color-3: #90f4e2;
--color-4: #a0f8e8;
--color-5: #b4f9e8;
}

Mediterranean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b0ff, #69dfe8, #90f4e2, #a0f8e8, #b4f9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b0ff, #69dfe8, #90f4e2, #a0f8e8, #b4f9e8);
}

Mediterranean Breeze color palette created on .