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: #15746c;
}
.color-2 {
color: #19b3a6;
}
.color-3 {
color: #4dd5c1;
}
.color-4 {
color: #a5e3d8;
}
.color-5 {
color: #eaf6f3;
}

/* CSS Variables */
:root {
--color-1: #15746c;
--color-2: #19b3a6;
--color-3: #4dd5c1;
--color-4: #a5e3d8;
--color-5: #eaf6f3;
}

Mediterranean Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #15746c, #19b3a6, #4dd5c1, #a5e3d8, #eaf6f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #15746c, #19b3a6, #4dd5c1, #a5e3d8, #eaf6f3);
}

Mediterranean Breeze color palette created on .